Invokes all event handlers for the specified action
Source position: fpmkunit.pp line 566
public procedure TNotifyEventCollection.CallEvents( |
AnAction: TNotifyEventAction; |
Sender: TObject |
); |
AnAction |
|
Action type for which to invoke event handlers |
Sender |
|
Object that initiated the event notification |
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.