Data.DB.TDetailDataLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDetailDataLink = class(TDataLink)

C++

class PASCALIMPLEMENTATION TDetailDataLink : public TDataLink

Description

TDetailDataLink is the ancestor to datalink classes that manage the relationships between datasets that are linked in master/detail relationships.

TDetailDataLink descendants are used to create master/detail relationships. They underlie the DataSource property of dataset components.

TDetailDataLink has two descendants,

TMasterDataLink, which is used by ADO-based datasets and client datasets.

TSQLDataLink, which is used by unidirectional datasets.

See Also