Converts set of operating systems to string
Source position: fpmkunit.pp line 1680
function OSesToString( |
OSes: TOSes |
):string; |
OSes |
|
Set of operating systems to convert |
String representation of operating systems set
OSesToString converts a set of operating system identifiers to a comma-separated string representation. This function provides a readable format for displaying multiple operating system targets.
The string representation is useful for logging supported platforms, configuration display, and documentation of multi-platform package compatibility.