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

TBuildEngine.DoAfterArchive

Executes actions after package archiving

Declaration

Source position: fpmkunit.pp line 1457

public procedure TBuildEngine.DoAfterArchive(

  APackage: TPackage

); virtual;

Arguments

APackage

  

Package that was archived

Description

DoAfterArchive completes the archiving process by executing post-archive tasks. This method validates the created archive, runs post-archiving scripts, and performs cleanup operations.

The procedure verifies archive integrity, moves files to final locations, and handles any additional processing required after successful archive creation.


Documentation generated on: Dec 15 2025