Retrieves a list of available indexes for a table. Syntax: procedure GetIndexNames(List: TStrings); Description: 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. |