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

TDependencyEnumerator

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

Enumerator for iterating through dependency collections

Declaration

Source position: fpmkunit.pp line 682

type TDependencyEnumerator = class(TCollectionEnumerator)

public

  function GetCurrent;

  

Gets current dependency in enumeration

  property Current: TDependency; [r]

  

Current dependency being enumerated

end;

Inheritance

TDependencyEnumerator

  

Enumerator for iterating through dependency collections

|

TCollectionEnumerator

|

TObject

Description

TDependencyEnumerator provides enumeration support for iterating through collections of dependencies using for-in loop syntax. This enumerator implements the standard enumeration pattern for Pascal collections.


Documentation generated on: Dec 15 2025