Data.SqlExpr.TCustomSQLDataSet.ParamCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TCustomSQLDataSet

Delphi

property ParamCount: Integer read GetParamCount;

C++

__property int ParamCount = {read=GetParamCount, nodefault};

Description

Indicates the number of parameters listed by the Params property.

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.

See Also