Data.Bind.DBScope.TBindScopeDB

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.DBScope.TCustomBindSourceDBData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentTBindScopeDB
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Unit: Data.Bind.DBScope
Parent: Data.Bind.DBScope

Delphi

TBindScopeDB = class(TCustomBindSourceDB)

C++

class PASCALIMPLEMENTATION TBindScopeDB : public TCustomBindSourceDB

Description

Non-visual component that provides a way to make data contained by the specified data source available to all components that want to access it, using LiveBindings.

TBindScopeDB is built on the TCustomBindScopeDB class and additionally publishes the DataSource property.

See Also