Returns Unicode string converted to upper case.
function WideUpperCase(const S: WideString): WideString;
BSTR WideUpperCase(const BSTR S);
SysUtils
WideUpperCase returns S converted to upper case. The conversion uses the current locale.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|