API:Bde.DBTables.TBDEDataSet.GetIsIndexField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsIndexField(Field: TField): Boolean; override;

C++

virtual bool __fastcall GetIsIndexField(Data::Db::TField* Field);

Properties

Type Visibility Source Unit Parent
function protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Checks whether the given field is an index field.

Bde.DBTables.TBDEDataSet.GetIsIndexField inherits from Data.DB.TDataSet.GetIsIndexField. All content below this line refers to Data.DB.TDataSet.GetIsIndexField.

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