Delphi Programming
see the VCL Documentation Guidelines for an overview on doc pages

Unit[]

Description[]

Returns a pointer to the full line of parameters. Use ParamStr to get a specific parameter or ParamCount to get the amount of parameters.

Technical Comments[]

(Known issues / Documentation clarifications / Things to be aware of)

Examples[]

// on FormActivate
ShowMessage('full parameter line received: ' + CmdLine);

See Also[]

User Comments/Tips[]

(Please leave your name with your comment.)