Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDaemon.BeforeInstall

Called before the daemon will be installed.

Declaration

Source position: daemonapp.pp line 115

published property TDaemon.BeforeInstall : TDaemonEvent
  read FBeforeInstall
  write FBeforeInstall;

Description

BeforeInstall is called before the daemon is installed. It can be done to specify extra dependencies, or change the daemon description etc.

See also

AfterInstall

  

Called after the daemon was installed.

BeforeUnInstall

  

Called before the daemon is uninstalled.

AfterUnInstall

  

Called after the daemon is uninstalled.


Documentation generated on: Jul 24 2023