Data.Bind.Components.TBaseLinkingBindSource
Delphi
TBaseLinkingBindSource = class(TBaseBindScopeComponent)
C++
class PASCALIMPLEMENTATION TBaseLinkingBindSource : 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 the binding scope components that support linking. TBaseLinkingBindScope derives directly from TBaseBindScopeComponent, thus it inherits all functionality such as adding scope mappings, getting scope members and values, returning the scope itself or the scope of a member. It also provides properties for accessing the bindings expressions in this scope and the scope mappings.