System.Bindings.Factories.TBindingScopeFactory.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetEnumerator: TScopeTuples.TPairEnumerator; inline;

C++

__classmethod System::Generics::Collections::TDictionary__2<System::TClass,System::Bindings::Customscope::TScopeClass>::TPairEnumerator* __fastcall GetEnumerator();

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.Factories.pas
System.Bindings.Factories.hpp
System.Bindings.Factories TBindingScopeFactory

Description

Provides access to the registered scope types.

The GetEnumerator method provides access to the registered scope types, not only custom scopes classes. GetEnumerator returns records in this format:

  TPair<TClass, TScopeClass>

See Also