Char.ToUpper

Syntax

ToUpper(Source: Char): Char;

Parameters

Source. The variable, which value should be converted to upper case.

Description

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

See also:

Char