AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Gestión de lenguajes externos / Funciones Objeto
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LCommand (External language)
In french: LCommande
Returns the command line passed as parameter to the executable program. WdString contains the command line passed in parameter to the executable program (without the name of the executable itself).
Example
// In C
CALLWD("LCommand");
strcpy(CommandLine,WDSTRING)
// In Pascal
CALLWD('LCommand');
CommandLine=WdString;
// In VB
call CALLWD("LCommand")
CommandLine=WdString
Syntax
LCommand()
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local