www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: VersionBuildNr - Long

Previous  Top  Next  


This property is a windows version property and indicates the build number.  On Windows 95/98/ME, the low-order word contains the build number of the operating system.  The high-order word contains the major and minor version numbers.  On other versions, this contains a build number.

 

Example:

ITW  ITWindowsClass

VS   CString(101)

Code

!...

VS = ITW.GetWindowVersion()

Message('Version:          ' & VS &|

       '|Major Version:    ' & ITW.MajorVersion &|

       '|Minor Version:    ' & ITW.MinorVersion &|

       '|Build Number:     ' & ITW.VersionBuildNr &|

       '|Platform ID:      ' & ITW.VersionPlatformID &|

       '|Version Info:     ' & ITW.VersionInformation, |

       'Version Information',ICON:Information)

 

On Windows XP Home, service pack 1, the results can be seen in the screenshot below.

 

Version Information

 

See also:

GetWindowVersion

MajorVersion

MinorVersion

VersionPlatformID

VersionInformation

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/versionbuildnr_window.htm