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

TNotifyEventEnumerator.Current

Current notification event in the enumeration

Declaration

Source position: fpmkunit.pp line 554

public property TNotifyEventEnumerator.Current : TNotifyEventItem
  read GetCurrent;

Description

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.


Documentation generated on: Dec 15 2025