Previous: 4.67.1.3. _zero variable To the Table of Contents Next: 4.67.1.5. CmdShow variable
4.67.1.3. _zero variable Table of Contents 4.67.1.5. CmdShow variable

- 4.67.1.4. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.4. CmdLine variable


4.67.1.4. 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: 4.67.1.3. _zero variable To the Table of Contents Next: 4.67.1.5. CmdShow variable
4.67.1.3. _zero variable Table of Contents 4.67.1.5. CmdShow variable

- 4.67.1.4. -