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

Unit[]

Description[]

Returns string with the parameter indicated. 0 always retuns app path. Use ParamCount to find out how many parameters have been passed to the executable.

Technical Comments[]

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

Examples[]

if ParamStr(1) = 'param1' then ShowMessage('first parameter is param1');

See Also[]

User Comments/Tips[]

(Please leave your name with your comment.)

Advertisement