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

TCustomInstaller.destroy

Destroys installer instance and frees resources

Declaration

Source position: fpmkunit.pp line 1538

public destructor TCustomInstaller.destroy; override;

Description

destroy frees all resources allocated by the installer including the build engine and package collection. This destructor ensures proper cleanup of all installer components and allocated memory.

The destructor handles cleanup of temporary files, releases system resources, and properly terminates any ongoing build operations before freeing the installer instance.


Documentation generated on: Dec 15 2025