|
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.
See also: