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

TNotifyEventCollection

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

Collection of notification event handlers

Declaration

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;

Inheritance

TNotifyEventCollection

  

Collection of notification event handlers

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

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.


Documentation generated on: Dec 15 2025