Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 681 Bytes

TPJOSInfo-IsReallyWindowsXPSP2OrGreater.md

File metadata and controls

21 lines (12 loc) · 681 Bytes

IsReallyWindowsXPSP2OrGreater class method

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJOSInfo

Applies to: ~>5.0

class function IsReallyWindowsXPSP2OrGreater: Boolean;

Description

Checks whether the OS is Windows XP Service Pack 2 or greater.

Regardless of whether the program is running in compatibility this method will always return information about the installed operating system.

This method is identical in function to the function with a similar name declared in versionhelpers.h: see https://learn.microsoft.com/en-gb/windows/win32/sysinfo/version-helper-apis for details.