Data.Bind.Components.TBindScope
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
- Data.Bind.Components.TCustomBindScope.Component
- Data.Bind.Components.TCustomBindScope
- Tutorial: Using LiveBinding in VCL Applications
- Tutorial: Using LiveBinding to Create a FireMonkey Application Without Code