Bde.DBTables.TQuery.ParamCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TQuery

Delphi

property ParamCount: Word read GetParamsCount;

C++

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

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