[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through dependency collections
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; |
|
Enumerator for iterating through dependency collections |
|
| | | ||
| | | ||
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.