Data.DB.TDataSet.GetIsIndexField
Delphi
function GetIsIndexField(Field: TField): Boolean; virtual;
C++
virtual bool __fastcall GetIsIndexField(TField* Field);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Checks whether the given field is an index field.
GetIsIndexField checks whether the given field is an index field. The method returns True if the field is one of the fields that make up the dataset's current index.