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

Non-visual component that provides a way to make data contained by the specified component available to all components that want to access it, using LiveBindings.

TBindScope is built on the TCustomBindScope class and also publishes additional properties.

You use TBindScope at design time to add binding expressions that associate two visual components.

See Also

Code Examples