Class

Xojo.System.VersionData


Warning

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

Description

Information about the OS system version.

Properties

Name

Type

Read-Only

Shared

MajorVersion

Integer

MinorVersion

Integer

PatchVersion

Integer

Methods

Name

Parameters

Returns

Shared

ToText

String

Property descriptions


Xojo.System.VersionData.MajorVersion

MajorVersion As Integer

The OS major version.

This property is read-only.


Xojo.System.VersionData.MinorVersion

MinorVersion As Integer

The OS minor version.

This property is read-only.


Xojo.System.VersionData.PatchVersion

PatchVersion As Integer

The OS patch/bug version.

This property is read-only.

Method descriptions


Xojo.System.VersionData.ToText

ToText As String

Returns a text form of the OS version.

Notes

You can get an instance of this class using the System.Version method.

Compatibility

All project types on all supported operating systems.

See also

Object parent class; System.Version method