Data.DB.TDataSet.GetIndexDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIndexDefs(IndexDefs: TIndexDefs; IndexTypes: TIndexOptions): TIndexDefs;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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