Data.Bind.DBXScope.TCustomBindSourceDBX

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.DBScope.TCustomBindSourceDBData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentTCustomBindSourceDBX

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.

Data.Bind.DBXScope.TCustomBindSourceDBX inherits from Data.Bind.DBScope.TCustomBindSourceDB. All content below this line refers to Data.Bind.DBScope.TCustomBindSourceDB.

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.

See Also