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

TNotifyEventItem.OnAction

Action type that triggers this notification event

Declaration

Source position: fpmkunit.pp line 543

public property TNotifyEventItem.OnAction : TNotifyEventAction
  read FOnAction
  write FOnAction;

Description

OnAction specifies the TNotifyEventAction that will trigger this notification event.

When the build process reaches the specified action point, the associated callback handlers will be executed.

This property determines at which stage of the build process the event will fire.


Documentation generated on: Dec 15 2025