Data.Bind.Components.TBaseLinkingBindSource

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseLinkingBindSource
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBaseLinkingBindSource = class(TBaseBindScopeComponent)

C++

class PASCALIMPLEMENTATION TBaseLinkingBindSource : public TBaseBindScopeComponent

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.

See Also