[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Individual notification event item with callback handlers
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; |
|
Individual notification event item with callback handlers |
|
| | | ||
| | | ||
| | | ||
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.