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

TNotifyEventEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Enumerator for iterating through notification events

Declaration

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;

Inheritance

TNotifyEventEnumerator

  

Enumerator for iterating through notification events

|

TCollectionEnumerator

|

TObject

Description

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.


Documentation generated on: Dec 15 2025