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

TPackage.GetManifest

Gets package manifest information

Declaration

Source position: fpmkunit.pp line 1050

public procedure TPackage.GetManifest(

  Manifest: TStrings

);

Arguments

Manifest

  

Manifest object to store package information

Description

GetManifest populates the provided manifest object with information about the package. This includes package metadata, version details, dependencies, targets, and other package configuration data.

The manifest contains structured information that can be used for package registration, dependency resolution, and package management operations within the fpmake system.


Documentation generated on: Dec 15 2025