Language:
Русский
English
UpCase (function)
Converts a character to uppercase.
Declaration
function UpCase(Ch: Char): Char;
Target
Windows, Real, Protected
Remarks
Ch is an expression of type Char. The result of type Char is Ch converted to uppercase. Character values not in the range a..z are unaffected.