RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.ParamCount Property

Indicates the number of parameters listed by the Params property.

Pascal
property ParamCount: Integer;
C++
__property int ParamCount;

ParamCount is the number of parameters listed in the Params property. Applications can't use this protected property. It is used internally when preparing SQL statements for execution. 

 

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