Data.Win.ADODB.TCustomADODataSet.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
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TCustomADODataSet

説明

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

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

関連項目