| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents the link between a detail data source and a master datasource.
Source position: db.pas line 1846
type TDetailDataLink = class(TDataLink)  | 
||
public  | 
||
property DetailDataSet: TDataSet; [r]  | 
  | 
Detail dataset in Master-detail relation  | 
end;  | 
  | 
Represents the link between a detail data source and a master datasource.  | 
|
| | | ||
  | 
Data event handling agent for controls  | 
|
| | | ||
| | | ||
TDetailDataLink handles the communication between a detail dataset and the master datasource in a master-detail relationship between datasets. It should never be used in an application, and should only be used by component writers that wish to provide master-detail functionality for TDataset descendents.
  | 
Base class for records-based data-access  | 
|
  | 
Component representing the link between a local (GUI) component and a dataset  |