Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentRecord
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 メソッドをオーバーライドして、指定されたメンバー名のスコープを返すようにする必要があります。