Converts all characters in a null-terminated string to upper case.
function AnsiStrUpper(Str: PChar): PChar;
const char * AnsiStrUpper(const char * Str);
SysUtils
AnsiStrUpper returns a null-terminated string where all characters are 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!
|