Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 749 Bytes

TPJOSInfo-MinorVersion.md

File metadata and controls

23 lines (13 loc) · 749 Bytes

MinorVersion class function

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJOSInfo

Applies to: ~>5.0

class function MinorVersion: Integer;

Description

Returns the minor version number of the operating system.

The corresponding major version number is provided by the MajorVersion method.

When the program is run in compatibility mode, this method will return the minor version number of the "emulated" operating system.

On operating systems where CanSpoof returns False this method will return the minor version number of the installed operating system, regardless of any compatibility mode.