AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Ejemplo
// Define the command
MyCommandToExecute is Command
// Executable to run
MyCommandToExecute = "C:\Path\MyProgram.exe"
// Arguments to pass to the executable
MyCommandToExecute.Arguments = "Argument1"
// Open streams
MyCommandToExecute.Streams = cmdStandardInput + cmdStandardOutput
// Add an argument to the command line 
CmdAddArgument(MyCommandToExecute, "C:\path\file.log")
Sintaxis
CmdAddArgument(<Command> , <Argument>)
<Command>:
.
<Argument>:
.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300std.dll