Data.SqlExpr.TSQLTable.GetIndexNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetIndexNames(List: TStrings);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLTable

Description

Retrieves a list of available indexes defined for the table.

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

See Also