[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through source collections
Source position: fpmkunit.pp line 901
type TSourceEnumerator = class(TCollectionEnumerator) |
||
public |
||
function GetCurrent; |
|
Gets current source file in enumeration |
|
Current source file being enumerated |
|
end; |
|
Enumerator for iterating through source collections |
|
| | | ||
| | | ||
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.