| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Pointer to the array of command-line arguments
Source position: sysunixh.inc line 66
var argv: PPChar;  | 
argv contains a pointer to a nil-terminated array of null-terminated strings, containing the command-line arguments passed to the program by the OS. It is not available on all systems.
  | 
Number of command-line arguments.  | 
|
  | 
Pointer to the array of environment variables  |