Data.Bind.Components.TCustomBindScope

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindScope

Delphi

TCustomBindScope = class(TBaseBindScopeComponent, IScopeActive,
IScopeRecordEnumerable)

C++

class PASCALIMPLEMENTATION TCustomBindScope : public TBaseBindScopeComponent

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Base class for all binding scope components that provide a way to make data contained by the specified component available to all components that want to access it, using LiveBindings.

TBindScope encapsulates basic functionality such as:

  • Setting the binding scope as active or not.
  • Specifying the component that is to be accessed through LiveBindings.
  • Setting whether this binding scope component auto-activates or not.

Do not directly create instances of TCustomBindScope in applications. Use TBindScope instead.

See Also