System.Bindings.Factories.TBindingScopeFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBindingScopeFactory

Delphi

TBindingScopeFactory = class(TObject)

C++

class PASCALIMPLEMENTATION TBindingScopeFactory : public System::TObject

Properties

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

Description

Instantiates custom scope objects.

The TBindingScopeFactory class instantiates custom scope objects based on the registered associations between a scope class and an object class for which the scope is created.

See Also