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

TPackages.PackageItems

Indexed access to packages in the collection

Declaration

Source position: fpmkunit.pp line 1154

public property TPackages.PackageItems[AIndex: Integer] : TPackage
  read GetPackageItem
  write SetPackageItem;

Description

PackageItems provides zero-based indexed access to TPackage objects in the collection. The index must be within the range 0 to Count-1.

This property enables accessing packages by their position in the collection rather than by name.


Documentation generated on: Dec 15 2025