Gets enumerator for iterating notify events
Source position: fpmkunit.pp line 563
public function TNotifyEventCollection.GetEnumerator: TNotifyEventEnumerator; |
Notify event collection enumerator
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.