[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 1242
type TParamsEnumerator = class end; |
||
public |
||
constructor Create(); |
|
Create a new TParamsEnumerator instance |
function MoveNext; |
|
Go to next TParam |
|
Current TParam instance |
|
|
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 |