Gets enumerator for iterating build targets
Source position: fpmkunit.pp line 877
public function TTargets.GetEnumerator: TTargetEnumerator; |
Build target collection enumerator
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.