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

TNotifyProcEvent

Procedure type for notification events

Declaration

Source position: fpmkunit.pp line 203

type TNotifyProcEvent = procedure(

  Sender: TObject

);

Arguments

Sender

  

Object that triggered the notification

Description

Procedure type used for simple notification callbacks in the build system. Provides a sender parameter to identify the object that triggered the notification.


Documentation generated on: Dec 15 2025