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

TTargets.GetEnumerator

Gets enumerator for iterating build targets

Declaration

Source position: fpmkunit.pp line 877

public function TTargets.GetEnumerator: TTargetEnumerator;

Function result

Build target collection enumerator

Description

Returns a TTargetEnumerator object that enables for-in loop iteration through the build targets collection.

This method enables convenient enumeration of all build targets using modern Pascal iteration syntax.


Documentation generated on: Dec 15 2025