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

TPackage.GetInstallFiles

Gets list of files to be installed for the package

Declaration

Source position: fpmkunit.pp line 1046

public procedure TPackage.GetInstallFiles(

  List: TStrings;

  Types: TTargetTypes;

  const aTarget: TCompileTarget

); virtual;

Arguments

List

  

List to store installation files

Types

  

File types to include in installation

aTarget

  

Build target for installation files

Description

Populates the provided list with files that should be installed when deploying this package. The file types parameter controls which categories of files are included in the installation list.


Documentation generated on: Dec 15 2025