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

ModeToString

Converts build mode to string representation

Declaration

Source position: fpmkunit.pp line 1688

function ModeToString(

  Mode: TCompilerMode

):string;

Arguments

Mode

  

Build mode to convert to string

Function result

String representation of the build mode

Description

ModeToString converts a build mode identifier enumeration to its string representation. This function provides human-readable names for build modes used in build configuration.

The string representation includes modes such as debug, release, and other build configurations useful for logging and user interface display within the build system.


Documentation generated on: Dec 15 2025