[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of notification event handlers
Source position: fpmkunit.pp line 558
type TNotifyEventCollection = class(TCollection) |
||
public |
||
constructor create(); |
|
Creates a new notification event collection |
function GetEnumerator; |
|
Gets enumerator for iterating notify events |
procedure AppendEvent(); |
|
Adds a notification event handler to the collection |
procedure AppendProcEvent(); |
|
Adds a procedural notification event to the collection |
procedure CallEvents(); |
|
Invokes all event handlers for the specified action |
end; |
|
Collection of notification event handlers |
|
| | | ||
| | | ||
| | | ||
TNotifyEventCollection is a specialized collection that manages multiple notification event handlers.
This class provides methods for adding, removing, and invoking notification events at specific build process stages.
Build systems use this collection to maintain lists of callbacks that should be executed at defined trigger points.