[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of TParams
Source position: db.pas line 1268
public constructor TParams.Create( |
AOwner: TPersistent; |
AItemClass: TCollectionItemClass |
); overload; |
AOwner: TPersistent |
); overload; |
AOwner |
|
Owner of the collection. |
AItemClass |
|
Item class to use for this TParams instance. |
AOwner |
|
Owner of the collection. |
Create initializes a new instance of TParams. It calls the inherited constructor with TParam as the collection's item class, and sets AOwner as the owner of the collection. Usually, AOwner will be the dataset that needs parameters.
|
Parameter description class |