| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the command-line as a null-terminated string
Source position: system.pp line 45
function get_cmdline: PChar;  | 
get_cmdline returns the complete command-line as a null-terminated string. It is not recommended to use this function, since it builds a complete value from the actual command-line arguments. Instead, ParamCount and ParamStr should be used.
  | 
Return number of command-line parameters passed to the program.  | 
|
  | 
Return value of a command-line argument.  |