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

TNotifyEventCollection.GetEnumerator

Gets enumerator for iterating notify events

Declaration

Source position: fpmkunit.pp line 563

public function TNotifyEventCollection.GetEnumerator: TNotifyEventEnumerator;

Function result

Notify event collection enumerator

Description

GetEnumerator returns a TNotifyEventEnumerator for iterating through the collection.

This method enables for-in loop support for notification event collections.

The enumerator provides sequential access to each notification event handler in the collection.


Documentation generated on: Dec 15 2025