TurboDB VCL Component Library

TTdbTable.GetIndexNames

TTdbTable

Previous  Top  Next

Retrieves a list of available indexes for a table.

Delphi syntax:

procedure GetIndexNames(List: TStrings);

C++ syntax:

void __fastcall GetIndexNames(Classes::TStrings* List);

Description

Call GetIndexNames to retrieve a list of all available indexes for a table. List is a string list object, created and maintained by the application, into which to retrieve the index names.