JCL Help:GetWindowsEditionString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the Windows edition as a string.


Pascal

 function GetWindowsEditionString: string;


Return Value

The Windows edition as a string or an empty string if the edition is not recognized.


Description

GetWindowsEditionString returns the Windows edition as a string. For example, 'Ultimate'.


See Also

GetWindowsEdition GetWindowsVersionString GetWindowsProductString


About

Unit

JclSysInfo


Donator

Jean-Fabien Connault


Notes

The result does not contain the Windows version string. For example, 'Windows Vista'. The Windows version string is retrieved using the GetWindowsVersionString function. To obtain the Windows product string (For Example 'Windows Vista Ultimate'), the GetWindowsProductString function should be used.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page