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

TBuildEngine.DoAfterCompile

Executes actions after package compilation

Declaration

Source position: fpmkunit.pp line 1453

public procedure TBuildEngine.DoAfterCompile(

  APackage: TPackage

); virtual;

Arguments

APackage

  

Package that was compiled

Description

DoAfterCompile performs post-compilation cleanup and finalization tasks for the package. This method executes custom post-build commands and performs any necessary housekeeping after compilation completes.

The procedure handles result validation, temporary file cleanup, and any additional processing required after the compilation phase has finished successfully.


Documentation generated on: Dec 15 2025