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

TPackages.GetEnumerator

Gets enumerator for iterating packages

Declaration

Source position: fpmkunit.pp line 1152

public function TPackages.GetEnumerator: TPackageEnumerator;

Function result

Package collection enumerator

Description

GetEnumerator returns a TPackageEnumerator object that enables for-in loop iteration through all packages in the collection.

This method is called automatically by the compiler when using for-in syntax with package collections.


Documentation generated on: Dec 15 2025