Xojo.System.Version
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use System.Version as a replacement. |
Method
Xojo.System.Version() As Xojo.System.VersionData
New in 2019r3
Supported for all project types and targets.
New in 2019r3
Supported for all project types and targets.
Information about the current OS system version.
Notes
- Can compare against text numbers formatted as "Major.Minor.Patch".
- 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.