Current notification event in the enumeration
Source position: fpmkunit.pp line 554
public property TNotifyEventEnumerator.Current : TNotifyEventItem |
Current returns the current notification event procedure at the enumerator's position.
This property provides convenient access to the notification event handler currently pointed to during iteration.
The property is used in for-in loops to access each event handler as the enumeration progresses.