[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through build targets
Source position: fpmkunit.pp line 828
type TTargetEnumerator = class(TCollectionEnumerator) |
||
public |
||
function GetCurrent; |
|
Gets current build target in enumeration |
|
Current build target being enumerated |
|
end; |
|
Enumerator for iterating through build targets |
|
| | | ||
| | | ||
TTargetEnumerator provides enumeration support for iterating through collections of build targets in a for-in loop construct.
This enumerator enables convenient iteration over target collections with automatic position tracking and bounds checking.