ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
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()
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help