Data.DB.TDataSet.GetIsIndexField

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also