Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrent

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

Delphi

function GetCurrent: TObject; virtual;

C++

virtual System::TObject* __fastcall GetCurrent(void);

プロパティ

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


説明

Current プロパティの取得メソッドです。


GetCurrent は、現在のソース アダプタ オブジェクトを返します。

関連項目