Data.Bind.ObjectScope.TBindSourceAdapter.CurrentIndex
Delphi
property CurrentIndex: Integer read GetCurrentIndex;
C++
__property int CurrentIndex = {read=GetCurrentIndex, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
説明
現在のアクティブ データ項目のインデックスを示します(インデックスのオフセットも含む)。
CurrentIndex を読み込むと、現在のアクティブ データ項目のインデックスを取得することができます(インデックスのオフセットも含む)。 このプロパティは、取得メソッド GetCurrentIndex を使用し、ItemIndex および ItemIndexOffset プロパティによって保有されてい追加値を返します。