Technology
 

ParamCount Routine

From Delphi Programming

This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi documentation on the Web. Once they have done so, this page will link to the relevant page in the official documentation.
see the VCL Documentation Guidelines for an overview on doc pages

Contents

[edit] Unit

[edit] Description

Returns count of parameters passed to the application. Spaces separates parameters unless the parameter is between double quotes ( " ).

[edit] Technical Comments

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

[edit] Examples

ShowMessage(inttostr(ParamCount));

[edit] See Also

[edit] User Comments/Tips

(Please leave your name with your comment.)

Rate this article: