Procedure type for notification events
Source position: fpmkunit.pp line 203
type TNotifyProcEvent = procedure( |
Sender: TObject |
); |
Sender |
|
Object that triggered the notification |
Procedure type used for simple notification callbacks in the build system. Provides a sender parameter to identify the object that triggered the notification.