Datasnap.DBClient.TCustomClientDataSet.IndexFieldCount
Delphi
property IndexFieldCount: Integer read GetIndexFieldCount;
C++
__property int IndexFieldCount = {read=GetIndexFieldCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Datasnap.DBClient.pas Datasnap.DBClient.hpp |
Datasnap.DBClient | TCustomClientDataSet |
Description
Indicates the number of fields that make up the current index.
Check IndexFieldCount to determine how many fields are used by the current index for the dataset.