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 931

public procedure TPackage.GetInstallFiles(

  List: TStrings;

  Types: TTargetTypes;

  ACPU: TCpu;

  AOS: TOS

); virtual;

Arguments

List

  

List to store installation files

Types

  

File types to include in installation

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: Aug 28 2026 Report a problem on this page