Gets enumerator for iterating packages
Source position: fpmkunit.pp line 1152
public function TPackages.GetEnumerator: TPackageEnumerator; |
Package collection enumerator
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.