[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of packages
Source position: fpmkunit.pp line 1145
type TPackages = class(TNamedCollection) |
||
public |
||
function AddPackage(); |
|
Adds a new package to the collection |
function GetEnumerator; |
|
Gets enumerator for iterating packages |
|
Access to packages by name |
|
property PackageItems []: TPackage; [rw] |
|
Indexed access to packages in the collection |
end; |
|
Collection of packages |
|
| | | ||
|
Collection class for managing named items |
|
| | | ||
| | | ||
| | | ||
TPackages is a managed collection class that stores and provides access to multiple TPackage objects. This class supports enumeration, indexed access, and package lookup by name.
The collection manages package objects and provides various methods for adding, accessing, and iterating through packages in the fpmake build system.