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

TPackage.GetPackageUnitInstallDir

Gets installation directory for package units

Declaration

Source position: fpmkunit.pp line 927

public function TPackage.GetPackageUnitInstallDir(

  ACPU: TCpu;

  AOS: TOS

):string;

Arguments

ACPU

  

Target CPU architecture for unit installation

AOS

  

Target operating system for unit installation

Function result

Package unit installation directory path

Description

Returns the directory path where compiled unit files for this package will be installed for the specified CPU and OS combination. This is where other packages will look for this package's units.


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