Create a new TParamsEnumerator instance
Source position: db.pas line 1501
public constructor TParamsEnumerator.Create( |
AParams: TParams |
); |
AParams |
|
TParams instance which must be enumerated |
Create instantiates a new enumerator for AParams.
|
Return an enumerator for the parameters |