RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.Win32BuildNumber Variable

Specifies which the build level of the Windows Operating System operating.

Pascal
Win32BuildNumber: Integer = 0;
C++
int Win32BuildNumber = 0;

Win32BuildNumber specifies the build number of the Operating System. The unique identifier for a Windows Operating System is Win32MajorVersion.Win32MinorVersion.Win32BuildNumber

Note: Win32BuildNumber is available on Windows only.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!