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

TNotifyEventItem.CallEvent

Invokes the notification event callback

Declaration

Source position: fpmkunit.pp line 546

public procedure TNotifyEventItem.CallEvent(

  Sender: TObject

);

Arguments

Sender

  

Object that initiated the event notification

Description

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.


Documentation generated on: Dec 15 2025