Adds a procedural notification event to the collection
Source position: fpmkunit.pp line 565
public procedure TNotifyEventCollection.AppendProcEvent( |
AnACtion: TNotifyEventAction; |
AnProcEvent: TNotifyProcEvent |
); |
AnACtion |
|
Action type that triggers the procedural event |
AnProcEvent |
|
Procedural event handler to add |
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.