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

CPUToString

Converts CPU architecture identifier to string

Declaration

Source position: fpmkunit.pp line 1681

function CPUToString(

  CPU: TCpu

):string;

Arguments

CPU

  

CPU architecture identifier to convert

Function result

String representation of the CPU architecture

Description

CPUToString converts a CPU architecture identifier enumeration value to its string representation. This function provides human-readable names for CPU architectures used in build configuration.

The string representation is useful for logging, configuration files, and user interface display of architecture-specific information within the build system.


Documentation generated on: Dec 15 2025