Bde.DBTables.TParamList.FieldCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldCount: Integer read FFieldCount;

C++

__property int FieldCount = {read=FFieldCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TParamList

Description

Indicates the number of session parameters in the parameter list.

Check FieldCount to determine how many parameters there are for a session.

See Also