Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TPackageEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Enumerator for iterating through package collections

Declaration

Source position: fpmkunit.pp line 1137

type TPackageEnumerator = class(TCollectionEnumerator)

public

  function GetCurrent;

  

Gets current package in enumeration

  property Current: TPackage; [r]

  

Current package being enumerated

end;

Inheritance

TPackageEnumerator

  

Enumerator for iterating through package collections

|

TCollectionEnumerator

|

TObject

Description

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.


Documentation generated on: Dec 15 2025