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

TSourceEnumerator

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

Enumerator for iterating through source collections

Declaration

Source position: fpmkunit.pp line 901

type TSourceEnumerator = class(TCollectionEnumerator)

public

  function GetCurrent;

  

Gets current source file in enumeration

  property Current: TSource; [r]

  

Current source file being enumerated

end;

Inheritance

TSourceEnumerator

  

Enumerator for iterating through source collections

|

TCollectionEnumerator

|

TObject

Description

TSourceEnumerator provides enumeration support for iterating through collections of source files using for-in loop constructs.

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


Documentation generated on: Dec 15 2025