API:Data.Bind.ObjectScope.TBindSourceAdapter.GetEnumerator
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: TBindSourceAdapter | |
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);
Description
Returns a TComponent enumerator.
Data.Bind.ObjectScope.TBindSourceAdapter.GetEnumerator inherits from System.Classes.TComponent.GetEnumerator. All content below this line refers to System.Classes.TComponent.GetEnumerator.
Returns a TComponent enumerator.
GetEnumerator returns a TComponentEnumerator reference, which enumerates the components contained within a specified containing component.
To process all these subcomponents, call the TComponentEnumerator GetCurrent method within a While MoveNext do loop.