Creates a new package instance
Source position: fpmkunit.pp line 1027
public constructor TPackage.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection that will contain this package |
Creates a new TPackage instance and initializes all internal collections and properties. The constructor sets up default values and creates collections for targets, dependencies, and other package components.
|
Destroys the package instance and frees resources |