Project: System Information Unit.
Unit: PJSysInfo.
Class: TPJOSInfo
Applies to: ~>5.0
class function IsWin9x: Boolean;
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.