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

TNotifyEventCollection.CallEvents

Invokes all event handlers for the specified action

Declaration

Source position: fpmkunit.pp line 566

public procedure TNotifyEventCollection.CallEvents(

  AnAction: TNotifyEventAction;

  Sender: TObject

);

Arguments

AnAction

  

Action type for which to invoke event handlers

Sender

  

Object that initiated the event notification

Description

CallEvents executes all registered notification event handlers that match the specified action type.

This method is called internally by the build system when specific build actions occur.

All matching event handlers are invoked in sequence with the provided sender object as parameter.


Documentation generated on: Dec 15 2025