IBX.IBTable.TIBTable.IndexName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndexName: string read GetIndexName write SetIndexName;

C++

__property System::UnicodeString IndexName = {read=GetIndexName, write=SetIndexName};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Identifies an index for the table.

Use IndexName to specify an index for a table. If IndexName is empty, a table's sort order is based on its primary index.

If IndexName contains a valid index name, then that index is used to determine the order of records.

Note: IndexFieldNames and IndexName are mutually exclusive. Setting one clears the other.