- 4.62.1.4 -
Standard Units

System Unit


System Unit VariablesCmdLine 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.
  | 
  | 
  | 
| _zero variable | 
Table of Content | 
CmdShow variable | 
- 4.62.1.4 -