Char.IsUpper

Syntax

IsUpper: Boolean;

Description

The IsUpper property returns whether the variable contains an uppercase value. The property returns True if the value is uppercase, and otherwise it returns False.

See also:

Char