FireDAC.Comp.DataSet.TFDDataSet.IndexFieldCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property IndexFieldCount: Integer read GetIndexFieldCount;

C++

__property int IndexFieldCount = {read=GetIndexFieldCount, nodefault};

Description

Returns the number of fields that make up the current index.

Use IndexFieldCount to determine how many fields are used by the current index for the dataset. 

The property has meaning only for non-expressional indexes.

See Also