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

TPackage.BeforeInstall

Event handler executed before package installation

Declaration

Source position: fpmkunit.pp line 1113

public property TPackage.BeforeInstall : TNotifyEvent
  read FBeforeInstall
  write FBeforeInstall;

Description

Event handler called immediately before this package begins installation.

This event allows custom pre-installation setup, directory preparation, or validation to be performed before the installation process starts.


Documentation generated on: Dec 15 2025