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

TPackage.AfterInstall

Event handler executed after package installation

Declaration

Source position: fpmkunit.pp line 1115

public property TPackage.AfterInstall : TNotifyEvent
  read FAfterInstall
  write FAfterInstall;

Description

Event handler called immediately after this package completes installation successfully.

This event allows custom post-installation processing, configuration, or verification to be performed after installation completes.


Documentation generated on: Dec 15 2025