API:Data.Bind.DBScope.TCustomBindScopeDB

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindScopeDB

Delphi

TCustomBindScopeDB = TCustomBindSourceDB; // for backward compatability

C++

typedef TCustomBindSourceDB TCustomBindScopeDB;

Properties

Type Visibility Source Unit Parent
class
typedef
public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope Data.Bind.DBScope

Description

Base class for the binding scope components that support linking.

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

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