Bde.DBTables.TStoredProc.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 TStoredProc

Description

Indicates the number of parameters for the stored procedure component.

Examine ParamCount to determine the number of parameters currently stored in the Params property.

See Also