IBX.IBTable.TIBTable.IndexName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IndexName: string read GetIndexName write SetIndexName;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

説明

テーブルのインデックスを識別します。

IndexName プロパティを使用すると,テーブルのインデックスを指定できます。IndexName が空の場合は,テーブルは一次インデックスにしたがってソートされます。

IndexName に有効なインデックス名が含まれている場合は,そのインデックスでレコードの順序がわかります。

メモ:  IndexFieldNames プロパティと IndexName プロパティは相互に排他的です。一方を設定するともう一方はクリアされます。