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

OSToString

Converts operating system identifier to string

Declaration

Source position: fpmkunit.pp line 1679

function OSToString(

  OS: TOS

):string;

Arguments

OS

  

Operating system identifier to convert

Function result

String representation of the operating system

Description

OSToString converts an operating system identifier enumeration value to its string representation. This function provides human-readable names for operating system identifiers used in build configuration.

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


Documentation generated on: Dec 15 2025