argc
Number of command-line arguments.
Declaration
Source position: sysunixh.inc line 65
var
  argc : LongInt;external 'operatingsystem_parameter_argc';
Description
argc contains the number of command-line arguments passed to the program by the OS. It is not available on all systems.
See also
| Name | Description | 
|---|---|
| argv | Pointer to the array of command-line arguments | 
| envp | Pointer to the array of environment variables | 
| LongInt | A signed 32-bits integer |