RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.UpCase Function

Converts a character to uppercase.

Pascal
function UpCase(Ch: Char): Char;
C++
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!