Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentRecord

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

Delphi

function GetCurrentRecord(const AMemberName: string): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall GetCurrentRecord(const System::UnicodeString AMemberName);

プロパティ

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


説明

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


GetCurrentRecord メソッドは、AMemberName パラメータで指定されたメンバー名であるスコープ メンバーを、IScope として返します。

メモ: 下位クラスは GetCurrentRecord メソッドをオーバーライドして、指定されたメンバー名のスコープを返すようにする必要があります。

関連項目