System.Bindings.Factories.TBindingExpressionFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBindingExpressionFactory

Delphi

TBindingExpressionFactory = class(TObject)

C++

class PASCALIMPLEMENTATION TBindingExpressionFactory : 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

Implements a binding expression factory.

TBindingExpressionFactory creates instances of binding expressions that are used by the binding manager. Do not use the factory to create stand-alone instances. Use a manager instead. Creating instances using the factory will make the manager unaware of the existence of the expression and therefore the expression will not be recompiled and reevaluated in case a script property changes.

See Also