Data.DB.TDataSet.GetIndexDefs

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 GetIndexDefs(IndexDefs: TIndexDefs; IndexTypes: TIndexOptions): TIndexDefs;

C++

TIndexDefs* __fastcall GetIndexDefs(TIndexDefs* IndexDefs, TIndexOptions IndexTypes);

Description

Returns the definitions of all specified indexes defined for the dataset.

GetIndexDefs returns the definitions of all specified indexes defined for the dataset. IndexDefs represents the index definition from which the IndexTypes indexes are selected. The method returns a TIndexDefs.

See Also