Gets current notify event in enumeration
Source position: fpmkunit.pp line 553
public function TNotifyEventEnumerator.GetCurrent: TNotifyEventItem; |
Current notify event procedure
GetCurrent returns the current notification event procedure at the enumerator's position.
This method provides access to the notification event handler currently pointed to by the enumerator.
The method is typically called internally during for-in loop iteration to retrieve the current item.