Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 703 Bytes

TPJOSInfo-IsWin9x.md

File metadata and controls

21 lines (12 loc) · 703 Bytes

IsWin9x class function

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJOSInfo

Applies to: ~>5.0

class function IsWin9x: Boolean;

Description

Returns True if a Windows 9x operating system is installed (i.e. Windows 95, Windows 98 or Windows Me) or False otherwise.

When the program is run in compatibility mode, this method will test whether of the "emulated" operating system is a Windows 9x system.

On operating systems where CanSpoof returns False this method will always return False, because CanSpoof only returns False on Windows NT systems.