Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TNotifyEventEnumerator.GetCurrent

Gets current notify event in enumeration

Declaration

Source position: fpmkunit.pp line 553

public function TNotifyEventEnumerator.GetCurrent: TNotifyEventItem;

Function result

Current notify event procedure

Description

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.


Documentation generated on: Dec 15 2025