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