System.SysUtils.TOSVersion.Minor
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.