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

TPackage.GetArchiveFiles

Gets list of files to include in package archive

Declaration

Source position: fpmkunit.pp line 933

public procedure TPackage.GetArchiveFiles(

  List: TStrings;

  ACPU: TCpu;

  AOS: TOS

); virtual;

Arguments

List

  

List to store files for archiving

ACPU

  

Target CPU architecture for archive

AOS

  

Target operating system for archive

Description

Populates the provided list with filenames of all files that should be included when creating a package archive. This includes source files, documentation, examples, and other distributable content for the specified target platform.


Documentation generated on: Aug 28 2026 Report a problem on this page