FireDAC.Comp.DataSet.TFDDataSet.GetIndexNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure GetIndexNames(AList: TStrings);

C++

void __fastcall GetIndexNames(System::Classes::TStrings* AList);

Description

Fills the list by client index names.

Call GetIndexNames to fill AList by client index names.

See Also