API:Data.Bind.Components.TBaseLinkingBindSource

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseLinkingBindSource

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 component.

Data.Bind.Components.TBaseLinkingBindSource inherits from Data.Bind.Components.TBaseBindScopeComponent. All content below this line refers to Data.Bind.Components.TBaseBindScopeComponent.

Base class for the binding scope component. TBaseBindScopeComponent is the ancestor for the TCustomBindScope component. TBaseBindScopeComponent provides functionality for 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 binding expressions in this scope and the scope mappings.

See Also