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

TNotifyEventCollection.AppendProcEvent

Adds a procedural notification event to the collection

Declaration

Source position: fpmkunit.pp line 565

public procedure TNotifyEventCollection.AppendProcEvent(

  AnACtion: TNotifyEventAction;

  AnProcEvent: TNotifyProcEvent

);

Arguments

AnACtion

  

Action type that triggers the procedural event

AnProcEvent

  

Procedural event handler to add

Description

AppendProcEvent adds a procedural notification event handler to the collection for a specific action type.

This method accepts function pointers rather than object method pointers, enabling procedural callback support.

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


Documentation generated on: Dec 15 2025