Points to the command-line arguments specified when the
application is invoked.
Declaration:
var CmdLine: PChar;
Remarks:
The CmdLine variable contains a pointer to a null-terminated
string that contains the command-line arguments specified when the
application was started. Use
ParamStr to access individual arguments.
In a library (DLL), CmdLine is always nil.