Bde.DBTables.TParamList.FieldCount
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TParamList |
Delphi
property FieldCount: Integer read FFieldCount;
C++
__property int FieldCount = {read=FFieldCount, nodefault};
Description
Indicates the number of session parameters in the parameter list.
Check FieldCount to determine how many parameters there are for a session.