Data.Bind.DBXScope.TCustomBindSourceDBX

Delphi
TCustomBindSourceDBX = class(TCustomBindSourceDB, ISubDataSet)
C++
class PASCALIMPLEMENTATION TCustomBindSourceDBX : public Data::Bind::Dbscope::TCustomBindSourceDB
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Data.Bind.DBXScope.pas Data.Bind.DBXScope.hpp |
Data.Bind.DBXScope | Data.Bind.DBXScope |
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. {{#multireplace:Data.Bind.DBXScope.TCustomBindSourceDBX|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.DBScope.TCustomBindSourceDB|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.DBScope.TCustomBindSourceDB|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.