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

TNotifyEventItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Individual notification event item with callback handlers

Declaration

Source position: fpmkunit.pp line 537

type TNotifyEventItem = class(TCollectionItem)

public

  property OnAction: TNotifyEventAction; [rw]

  

Action type that triggers this notification event

  property OnEvent: TNotifyEvent; [rw]

  

Standard notify event callback procedure

  property OnProcEvent: TNotifyProcEvent; [rw]

  

Procedural notify event callback

  procedure CallEvent();

  

Invokes the notification event callback

end;

Inheritance

TNotifyEventItem

  

Individual notification event item with callback handlers

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

TNotifyEventItem represents a single notification event configuration that associates callback handlers with specific build actions.

This class encapsulates the event trigger conditions and the corresponding callback procedures or functions.

Build systems use these items to implement custom behavior at defined points in the build process.


Documentation generated on: Dec 15 2025