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

TTarget.Extension

File extension for the compiled target

Declaration

Source position: fpmkunit.pp line 807

public property TTarget.Extension : string
  read FExtension
  write FExtension;

Description

Extension contains the file extension (without the dot) for the compiled output file. This extension varies based on the target type, such as 'exe' for programs or 'dll' for libraries.


Documentation generated on: Dec 15 2025