Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

Windows10PlusVersion class function

Project: System Information Unit.

Unit: PJSysInfo

Class: TPJOSInfo

Applies to: ~>5.30

class function Windows10PlusVersion: TPJWin10PlusVersion;

Description

Returns an identifier from the TPJWin10PlusVersion enumeration that represents a Windows 10 or 11 release version, such as Windows 10 1507 or Windows 11 24H2.

If the OS is earlier than Windows 10 then win10plusNA is returned.

If the OS is Windows 10 or later but is a dev, beta etc. build whose version can’t be detected then win10plusUnknown is returned.

See Also