Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentIndex

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

Delphi

function GetCurrentIndex: Integer;

C++

int __fastcall GetCurrentIndex();

プロパティ

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


説明

CurrentIndex プロパティの取得アクセサ メソッドです。

GetCurrentIndex は、現在のアクティブなデータ項目のインデックスにインデックスのオフセットを反映したものを返します。

このメソッドは、ItemIndex プロパティと ItemIndexOffset プロパティが保持する値の和を返します。

関連項目