Returns a string in upper case.
function StrUpper(Str: PChar): PChar;
const char * StrUpper(const char * Str);
SysUtils
StrUpper converts Str to uppercase and returns Str.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|