Data.Bind.ObjectScope.TBindSourceAdapter.GetEnumerator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter


Beschreibung

Gibt ein IScopeRecordEnumerator-Objekt zurück, das die Member des Quelladapters aufführt.

Siehe auch