Data.Bind.ObjectScope.TBindSourceAdapter.GetEnumerator

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

Delphi

function GetEnumerator(const AMemberName: string;
AGetScope: TFunc<IScope>; AGetMemberScope: TFunc<string, IScope>): IScopeRecordEnumerator;

C++

HIDESBASE Data::Bind::Components::_di_IScopeRecordEnumerator __fastcall GetEnumerator(const System::UnicodeString AMemberName, System::DelphiInterface<System::Sysutils::TFunc__1<System::Bindings::Evalprotocol::_di_IScope> > AGetScope, System::DelphiInterface<System::Sysutils::TFunc__2<System::UnicodeString,System::Bindings::Evalprotocol::_di_IScope> > AGetMemberScope);

プロパティ

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


説明

ソース アダプタのメンバを列挙する IScopeRecordEnumerator オブジェクトを返します。

関連項目