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
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBindScope = class(TCustomBindScope)

C++

class PASCALIMPLEMENTATION TBindScope : public TCustomBindScope

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