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.

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.