IBX.IBTable.TIBTable.IndexFields

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

Delphi

property IndexFields[Index: Integer]: TField read GetIndexField write SetIndexField;

C++

__property Data::Db::TField* IndexFields[int Index] = {read=GetIndexField, write=SetIndexField};

プロパティ

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

説明

インデックスの項目を取り出すか設定します。

IndexFields プロパティは,項目オブジェクトのゼロベース配列を提供します。配列内のオブジェクトは,それぞれ現在のインデックスの項目に対応します。インデックスはインデックス内の項目の位置を表す序数です。インデックスの 1 番めの項目は IndexFields[0] で,2 番めの項目は IndexFields[1] などとなります。

メモ:  直接 IndexFields を設定しないでください。かわりに IndexFieldNames プロパティを使って実行時にデータセットを順序付けます。