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

Delphi

property ParamCount: Word read GetParamsCount;

C++

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

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