Datasnap.DBClient.TCustomClientDataSet.IndexFieldCount
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
| Unit: Datasnap.DBClient | |
| Parent: TCustomClientDataSet | |
Delphi
property IndexFieldCount: Integer read GetIndexFieldCount;
C++
__property int IndexFieldCount = {read=GetIndexFieldCount, nodefault};
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.