You are reading help file online using chmlib.com
|
function AnsiUppercase(S: String): String;
Returns a string that is a copy of the given string converted to uppercase. The conversion uses the current Windows locale. This function supports multi-byte character sets (MBCS).
You are reading help file online using chmlib.com
|