API: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
Base class for the binding scope components that support linking.
Data.Bind.DBScope.TCustomBindScopeDB inherits from Data.Bind.Components.TBaseLinkingBindSource. All content below this line refers to Data.Bind.Components.TBaseLinkingBindSource.
Base class for the binding scope components that support linking. TBaseLinkingBindScope derives directly from TBaseBindScopeComponent, thus it inherits all functionality such as adding scope mappings, getting scope members and values, returning the scope itself or the scope of a member. It also provides properties for accessing the bindings expressions in this scope and the scope mappings.