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

Implements a way to make data contained by the specified data source be available to all components that want to access it, using LiveBindings.

The TCustomBindScopeDB class implements a dataset binding custom scope descendant. TCustomBindScopeDB is a nonvisual component that provides a way to make data contained by the specified data source be available to all components that want to access it, using LiveBindings. TCustomBindScopeDB is the parent component for TBindScopeDB.

See Also