[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Number of command-line arguments.
Source position: sysunixh.inc line 55
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 |
No notes exist for this page yet.