[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through commands
Source position: fpmkunit.pp line 411
type TCommandEnumerator = class(TCollectionEnumerator) |
||
public |
||
function GetCurrent; |
|
Get current command in enumeration |
|
Current command in enumeration |
|
end; |
|
Enumerator for iterating through commands |
|
| | | ||
| | | ||
Enumerator class that enables for..in loop iteration over command collections. Provides standard iterator interface for traversing TCommand objects.