[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for iterating through notification events
Source position: fpmkunit.pp line 551
type TNotifyEventEnumerator = class(TCollectionEnumerator) |
||
public |
||
function GetCurrent; |
|
Gets current notify event in enumeration |
property Current: TNotifyEventItem; [r] |
|
Current notification event in the enumeration |
end; |
|
Enumerator for iterating through notification events |
|
| | | ||
| | | ||
TNotifyEventEnumerator provides iteration support for collections of notification events.
This class enables for-in loop syntax when working with notification event collections.
The enumerator maintains current position state and provides access to individual event items during iteration.