Creates FPC installer instance
Source position: fpmkunit.pp line 1555
public constructor TFPCInstaller.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner component for FPC installer |
Create initializes a new TFPCInstaller instance with FPC-specific configuration and defaults. This constructor sets up the installer with Free Pascal Compiler specific build engine and settings.
The created installer is preconfigured for Free Pascal development with appropriate compiler paths, library directories, and build system integration.
This is the installer created when no installer class is passed to the Installer function.
|
Gets the current installer instance |