System.SysUtils.TOSVersion.Minor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Minor: Integer read FMinor;

C++

/* static */ __property int Minor = {read=FMinor};

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TOSVersion

Description

Represents the current operating system's minor version number.

Use this property to get the current operating system's minor version number.

To compare the current operating system's major and minor version numbers with specific values, use the Check function.

See Also