| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Initialize a new TMasterParamsDataLink instance
Source position: db.pas line 1890
public constructor TMasterParamsDataLink.Create(  | 
ADataSet: TDataSet  | 
); override;  | 
ADataSet  | 
  | 
Detail dataset  | 
Create first calls the inherited constructor using ADataset, and then looks for a property named Params of type TParams in the published properties of ADataset and assigns it to the Params property.
  | 
Base class for records-based data-access  | 
|
  | 
A collection of parameter values for SQL-based datasets  | 
|
  | 
Parameters of detail dataset.  |