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

TTarget.AfterClean

Event handler executed after target cleanup

Declaration

Source position: fpmkunit.pp line 822

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

Description

AfterClean is an event handler called immediately after this target's generated files have been cleaned and removed.

This allows custom post-cleanup operations, logging, or verification that cleanup completed successfully.


Documentation generated on: Dec 15 2025