[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through package variants
Source position: fpmkunit.pp line 647
type TPackageVariantEnumerator = class(TCollectionEnumerator) |
||
public |
||
function GetCurrent; |
|
Gets current package variant in enumeration |
property Current: TPackageVariant; [r] |
|
Current package variant being enumerated |
end; |
|
Enumerator for iterating through package variants |
|
| | | ||
| | | ||
TPackageVariantEnumerator provides enumeration support for iterating through collections of package variants using for-in loop syntax. This enumerator implements the standard enumeration pattern for Pascal collections.