HomeWindowsOxygene and WP8 – How to detect the Windows Phone OS Version using Oxygene?

Oxygene and WP8 – How to detect the Windows Phone OS Version using Oxygene?

Oxygene and Windows Phone 8 tutorials – Article Index

How to detect the Windows Phone OS Version using Oxygene?

The Environment.OSVersion property returns a string that contains the version of the operating system.

Below is a sample method in Oxygene which displays the Windows Phone OS version.

method GetVersion();

var

WindowsPhoneVersion : string;

Begin

WindowsPhoneVersion := Environment.OSVersion.ToString();

MessageBox.Show(WindowsPhoneVersion.ToString());

End;

Oxygene and WP8 – How to detect the Windows Phone OS Version using Oxygene?

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...