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

TFPCInstaller.Create

Creates FPC installer instance

Declaration

Source position: fpmkunit.pp line 1555

public constructor TFPCInstaller.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner component for FPC installer

Description

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.

See also

Installer

  

Gets the current installer instance


Documentation generated on: Dec 15 2025