IOperatingSystemVersion.PlatformId

Syntax

PlatformId: Integer;

Description

The PlatformId property returns numeric identifier corresponding to the operating system platform.

Comments

This property returns the following values:

Value Platform
0 Windows 3.1.
1 Windows 95, Windows 98 or Windows Me.
2 Windows NT and later versions.

Example

The property use is given in description of IOperatingSystemVersion.CSDVersion.

See also:

IOperatingSystemVersion