TwclOsVersion Class

The class provides information about OS version.

Namespace: wclHelpers
TObject
  wclHelpers.TwclOsVersion
type
 TwclOsVersion = class
 end;

The TwclOsVersion type exposes the following members.

Show:
 NameDescription
Create

Creates new object of the class.

Top
Show:
 NameDescription
IsWinIot

Checks if software runs on Windows 10 IoT.

OsBuild

Gets the OS build number.

OsVersion

Gets Windows OS version.

Top