API: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

説明

TComponent の列挙子を返します。

Data.Bind.ObjectScope.TBindSourceAdapter.GetEnumerator は System.Classes.TComponent.GetEnumerator を継承しています。以下の内容はすべて System.Classes.TComponent.GetEnumerator を参照しています。

TComponent の列挙子を返します。

GetEnumerator は、指定したコンテナ コンポーネント内に含まれるコンポーネントを列挙する TComponentEnumerator の参照を返します。

サブ コンポーネントをすべて処理するには、While MoveNext do ループ内で、TComponentEnumeratorGetCurrent メソッドを呼び出します。

関連項目