Data.Bind.DBScope.TBaseDataLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TDataLinkSystem.Classes.TPersistentSystem.TObjectTBaseDataLink
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Unit: Data.Bind.DBScope
Parent: Data.Bind.DBScope

Delphi

TBaseDataLink = class(TDataLink)

C++

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

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