Data.Bind.DBScope.TBaseDataLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TDataLinkSystem.Classes.TPersistentSystem.TObjectTBaseDataLink

Delphi

TBaseDataLink = class(TDataLink)

C++

class PASCALIMPLEMENTATION TBaseDataLink : public Data::Db::TDataLink

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope Data.Bind.DBScope

Description

Used by data-aware objects to coordinate the actions of TDataSource and TDataSet, and to respond to data events.

TBaseDataLink represents a link to a dataset that needs to respond to data events.

See Also