API:Data.Bind.Components.TBindScope

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindScopeData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindScope

Delphi

TBindScope = class(TCustomBindScope)

C++

class PASCALIMPLEMENTATION TBindScope : public TCustomBindScope

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.

Data.Bind.Components.TBindScope inherits from Data.Bind.Components.TCustomBindScope. All content below this line refers to Data.Bind.Components.TCustomBindScope.

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