Char.ToUpper

Syntax

ToUpper(Source: Char): Char;

Parameters

Source - variable, which value must be converted into upper case.

Description

The ToUpper method makes the value of the specified Source variable uppercase.

See also:

Char