Converts a character to uppercase.
function UpCase(Ch: Char): Char;
Char UpCase(Char Ch);
System
UpCase converts a character to uppercase. Ch is an expression of type Char. Character values not in the range a..z are unaffected.
AnsiUpperCase
StrUpper
UpperCase
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|