Data.SqlExpr.TCustomSQLDataSet.ParamCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParamCount: Integer read GetParamCount;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

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