Data.SqlExpr.TSQLTable.GetIndexNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLTable

Delphi

procedure GetIndexNames(List: TStrings);

C++

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

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