[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Parameters of detail dataset.
Source position: db.pas line 1838
public property TMasterParamsDataLink.Params : TParams |
Params is the TParams instance of the detail dataset. If the detail dataset contains a property named Params of type TParams, then it will be set when the TMasterParamsDataLink instance was created. If the property is not published, or has another name, then the Params property must be set in code.
|
A collection of parameter values for SQL-based datasets |
|
|
Initialize a new TMasterParamsDataLink instance |