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

TNotifyEventCollection.AppendEvent

Adds a notification event handler to the collection

Declaration

Source position: fpmkunit.pp line 564

public procedure TNotifyEventCollection.AppendEvent(

  AnAction: TNotifyEventAction;

  AnEvent: TNotifyEvent

);

Arguments

AnAction

  

Action type that triggers the event

AnEvent

  

Event handler procedure to add

Description

AppendEvent adds a new notification event handler to the collection for a specific action type.

The event handler will be triggered when the specified build action occurs during package processing.

Multiple handlers can be associated with the same action type and will be executed in sequence.


Documentation generated on: Dec 15 2025