Data.Bind.ObjectScope.TBindSourceAdapter.ItemIndex

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

Delphi

property ItemIndex: Integer read GetItemIndex write SetItemIndex;

C++

__property int ItemIndex = {read=GetItemIndex, write=SetItemIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter


説明

アクティブ データ項目のインデックスを示します。

ItemIndex を読み込むと、アクティブ データ項目のインデックスを取得することができます。 ItemIndexプロパティは、取得メソッドとして GetItemIndex を使用します。

ItemIndex を書き込むと、アクティブ データ項目のインデックスを設定することができます。 ItemIndex プロパティは、設定メソッドとして SetItemIndex を使用します。

関連項目