ToUpper(Source: Char): Char;
Source - variable, which value must be converted into upper case.
The ToUpper method makes the value of the specified Source variable uppercase.
See also:
Char