SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemTable.GetIndexNames
TSQLMemTable
Top 

Retrieves a list of available indexes for a table.

procedure GetIndexNames(List: TStrings);

Description
Call GetIndexNames to retrieve the list of all available indexes for a table. List is a string list object, created and maintained by the application, which will be used as a place for the retrieved index names.


© AidAim Software SQLMemTable: