Invokes the notification event callback
Source position: fpmkunit.pp line 546
public procedure TNotifyEventItem.CallEvent( |
Sender: TObject |
); |
Sender |
|
Object that initiated the event notification |
CallEvent executes the configured notification event callback with the provided sender object.
This method checks which callback type is assigned and calls the appropriate handler procedure or method.
The method is called internally by the build system when the associated action trigger occurs.