RAD Studio VCL Reference
|
TDetailDataLink is the ancestor to datalink classes that manage the relationships between datasets that are linked in master/detail relationships.
TDetailDataLink = class(TDataLink);
class TDetailDataLink : public TDataLink;
DB
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|