System.Bindings.Factories.TBindingScopeFactory.ScopeClasses

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property ScopeClasses[const ObjectType: TClass]: TScopeClass read GetScopeClasses;

C++

/* static */ __property System::Bindings::Customscope::TScopeClass ScopeClasses[const System::TClass ObjectType] = {read=GetScopeClasses};

Properties

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

Description

Accesses the registered custom scope classes.

The ScopeClasses property provides access to the registered custom scope classes.

See Also