Data.Bind.DBScope.TCustomBindScopeDB
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.