| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for parameters
Source position: db.pas line 1288
| type TParamsEnumerator = class | ||
| public | ||
| constructor Create(); | 
 | Create a new TParamsEnumerator instance | 
| function MoveNext; | 
 | Go to next TParam | 
| 
 | Current TParam instance | |
| end; | 
| 
 | Enumerator for parameters | |
| | | ||
| TObject | 
TParamsEnumerator is a helper class to implement enumeration (for..in) of parameters. It implements the IEnumerator interface.
| 
 | Return an enumerator for the parameters |