System.SysUtils.TOSVersion.Build

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Build: Integer read FBuild;

C++

/* static */ __property int Build = {read=FBuild};

Properties

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

Description

Represents the current operating system's build number.

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

Note: The build number usually appears as the third number in the version notation. For example, in the following notation: 5.1.2600, the build number is 2600.

See Also