Bde.DBTables.TQuery.ParamCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParamCount: Word read GetParamsCount;

C++

__property System::Word ParamCount = {read=GetParamsCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TQuery

Description

Indicates the current number of parameters for the query.

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.

See Also