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

TResourceFiles.GetInstallFiles

Gets list of resource files for installation

Declaration

Source position: fpmkunit.pp line 721

public procedure TResourceFiles.GetInstallFiles(

  AList: TStrings;

  const APrefixU: string;

  const APrefixB: string;

  ACPU: TCpu;

  AOS: TOS

); virtual;

Arguments

AList

  

List to store the installation files

APrefixU

  

Unit prefix for file installation paths

APrefixB

  

Binary prefix for file installation paths

ACPU

  

Target CPU architecture for file selection

AOS

  

Target operating system for file selection

Description

Populates the provided list with resource files that should be installed as part of this resource collection's deployment process.

This method collects all resources associated with this collection that require installation or distribution with the package.


Documentation generated on: Dec 15 2025