RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLTable.GetIndexNames Method

Retrieves a list of available indexes defined for the table.

Pascal
procedure GetIndexNames(List: TWideStrings);
C++
__fastcall GetIndexNames(TWideStrings List);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!