Data.DB.TDataSet.GetIsIndexField
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
function GetIsIndexField(Field: TField): Boolean; virtual;
C++
virtual bool __fastcall GetIsIndexField(TField* Field);
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.