RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDetailDataLink Class

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

Pascal
TDetailDataLink = class(TDataLink);
C++
class TDetailDataLink : public TDataLink;

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 BDE-enabled datasets, ADO-based datasets, and client datasets. 

TSQLDataLink, which is used by unidirectional datasets. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!