Method

Xojo.System.Version


Warning

This item was deprecated in version 2020r2. Please use System.Version as a replacement.

Description

Information about the current OS system Version.

Notes

  • Can compare against text numbers formatted as "Major.Minor.Patch".

If Xojo.System.Version >= "13.1" Then
  • Automatically adds "0" to any missing segments. "13" is changed to "13.0.0" before the comparison is done.

  • Use Xojo.System.VersionData.ToText to display the OS Version.

Compatibility

All project types on all supported operating systems.