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

TDependencies.GetEnumerator

Gets enumerator for iterating dependencies

Declaration

Source position: fpmkunit.pp line 713

public function TDependencies.GetEnumerator: TDependencyEnumerator;

Function result

Dependency collection enumerator for iteration

Description

Returns an enumerator object that allows iteration through all dependencies in the collection using for-in loops or manual iteration.

This provides a convenient way to process all dependencies when resolving build order or checking dependency requirements.


Documentation generated on: Dec 15 2025