RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQuery.ParamCount Property

Indicates the current number of parameters for the query.

Pascal
property ParamCount: Word;
C++
__property Word ParamCount;

Inspect ParamCount to determine how many parameters are in the Params property. If the ParamCheck property is true, ParamCount always corresponds to the number of actual parameters in the SQL statement for the query. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!