| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Number of command-line arguments.
Source position: sysunixh.inc line 51
| 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 |