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

TBuildEngine.PkgList

Lists package contents and information

Declaration

Source position: fpmkunit.pp line 1467

public procedure TBuildEngine.PkgList(

  PkgList: TStrings;

  APackage: TPackage

);

procedure TBuildEngine.PkgList(

  Packages: TPackages

);

Arguments

PkgList

  

List of packages to process

APackage

  

Specific package to list

Arguments

Packages

  

List of packages to list

Description

PkgList displays detailed information about package contents, dependencies, targets, and configuration. This method provides a listing of package components for review and verification.

The listing includes source files, dependencies, build targets, installation paths, and other package metadata useful for package management and debugging.


Documentation generated on: Dec 15 2025