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

TPackage.AfterCompile

Event handler executed after package compilation

Declaration

Source position: fpmkunit.pp line 1111

public property TPackage.AfterCompile : TNotifyEvent
  read FAfterCompile
  write FAfterCompile;

Description

Event handler called immediately after this package completes compilation successfully.

This event allows custom post-compilation processing, validation, or file operations to be performed after the build process completes.


Documentation generated on: Dec 15 2025