RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.GetIndexNames Method

Retrieves a list of available indexes for a table.

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

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.

Table1.GetIndexNames(ListBox1.Items);

 

Table1->GetIndexNames(ListBox1->Items);

 

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