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

TFPCInstaller

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Free Pascal Compiler specific installer implementation

Declaration

Source position: fpmkunit.pp line 1553

type TFPCInstaller = class(TCustomInstaller)

public

  constructor Create(); override;

  

Creates FPC installer instance

end;

Inheritance

TFPCInstaller

  

Free Pascal Compiler specific installer implementation

|

TCustomInstaller

  

Base class for package installers

|

TComponent

|

TPersistent,IUnknown,IInterfaceComponentReference

|

TObject,IFPObserved

Description

TFPCInstaller extends TCustomInstaller with Free Pascal Compiler specific functionality and configuration. This class provides FPC-tailored installation and build management.

The FPC installer includes specific knowledge of FPC compiler behavior, standard library paths, and Free Pascal ecosystem conventions for package building and installation.


Documentation generated on: Dec 15 2025