Previous: _zero variable To the Table of Content Next: CmdShow variable

- 4.62.1.4 -
Standard Units
System Unit
System Unit Variables

CmdLine variable

Targets: Win32 only

System Unit

Points to the command-line arguments specified when the application is invoked.

Declaration:
var CmdLine: PChar;
Remarks:
The CmdLine variable contains a pointer to a null-terminated string that contains the command-line arguments specified when the application was started. Use ParamStr to access individual arguments. In a library (DLL), CmdLine is always nil.


Previous: _zero variable To the Table of Content Next: CmdShow variable
_zero variable Table of Content CmdShow variable

- 4.62.1.4 -