Access to packages by name
Source position: fpmkunit.pp line 1153
public property TPackages.Packages[AName: string] : TPackage |
Packages property provides name-based access to TPackage objects in the collection. This allows retrieving packages by their string name identifier.
If a package with the specified name does not exist, the property returns nil.