[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Number of command-line arguments.
Source position: system.pp line 28
var argc: LongInt; |
argc contains the number of command-line arguments passed to the program by the OS. It is not available on all systems.
|
Pointer to the array of command-line arguments |
|
|
Pointer to the array of environment variables |