Create a new TParamsEnumerator instance.
Source position: db.pas line 1511
| 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. |