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

TTargetEnumerator

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

Enumerator for iterating through build targets

Declaration

Source position: fpmkunit.pp line 828

type TTargetEnumerator = class(TCollectionEnumerator)

public

  function GetCurrent;

  

Gets current build target in enumeration

  property Current: TTarget; [r]

  

Current build target being enumerated

end;

Inheritance

TTargetEnumerator

  

Enumerator for iterating through build targets

|

TCollectionEnumerator

|

TObject

Description

TTargetEnumerator provides enumeration support for iterating through collections of build targets in a for-in loop construct.

This enumerator enables convenient iteration over target collections with automatic position tracking and bounds checking.


Documentation generated on: Dec 15 2025