TurboDB VCL Component Library

TTdbTable.IndexName

TTdbTable

Previous  Top  Next

Indicates the name of the currently used index.

Delphi syntax

property IndexName: String;

C++ syntax

__property AnsiString IndexName = {read=FIndexName, write=SetIndexName};

Description

Set IndexName to show the records of the table in the order defined by the index. Use one of items in the IndexFiles property. Setting IndexName to an empty string shows the records in the natural order, that is the order the records are stored in the table file.