EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyQuery.ParamCount
TEasyQuery
Top 

Indicates the current number of parameters for the query.

property ParamCount: Word;

Description
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.


© AidAim Software EasyTable: