Data.Bind.DBScope.TCustomBindSourceDB
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.DBScope.pas Data.Bind.DBScope.hpp
| |
| Unit: Data.Bind.DBScope | |
| Parent: Data.Bind.DBScope | |
Delphi
TCustomBindSourceDB = class(TBaseLinkingBindSource, IScopeEditLink, IScopeRecordEnumerable, IScopeRecordEnumerableBuffered,
IScopeNavigator, IScopeActive, IScopeState, IScopeEditor, IScopeMemberNames, IScopeCurrentRecord,
IScopeMemberScripting, IScopeGetRecord,
IScopeLookup, IScopeNavigatorUpdates, IScopeBuffer, IScopeLocate, IScopeUnidirectional,
IScopeRecordControlUpdator)
C++
class PASCALIMPLEMENTATION TCustomBindSourceDB : public Data::Bind::Components::TBaseLinkingBindSource
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 TCustomBindSourceDB class implements a dataset binding custom scope descendant. TCustomBindSourceDB is a 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. TCustomBindSourceDB is the parent component for TBindSourceDB.