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

TPackage.AfterClean

Event handler executed after package cleanup

Declaration

Source position: fpmkunit.pp line 1119

public property TPackage.AfterClean : TNotifyEvent
  read FAfterClean
  write FAfterClean;

Description

Event handler called immediately after this package completes cleanup operations.

This event allows custom post-cleanup verification or additional cleanup operations to be performed after generated files are removed.


Documentation generated on: Dec 15 2025