[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through package collections
Source position: fpmkunit.pp line 1137
type TPackageEnumerator = class(TCollectionEnumerator) |
||
public |
||
function GetCurrent; |
|
Gets current package in enumeration |
|
Current package being enumerated |
|
end; |
|
Enumerator for iterating through package collections |
|
| | | ||
| | | ||
TPackageEnumerator provides iteration support for TPackages collections using the for-in syntax. This class implements the enumerator pattern allowing convenient iteration through package collections.
The enumerator maintains the current position and provides access to the current TPackage object during iteration loops.