Data.Bind.DBScope.TCustomBindScopeDB
| [–] Properties | |
|---|---|
| Type: class typedef
| |
| Visibility: public | |
| Source: Data.Bind.DBScope.pas Data.Bind.DBScope.hpp
| |
| Unit: Data.Bind.DBScope | |
| Parent: Data.Bind.DBScope | |
Delphi
TCustomBindScopeDB = TCustomBindSourceDB; // for backward compatability
C++
typedef TCustomBindSourceDB TCustomBindScopeDB;
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.