Char.IsLower

Syntax

IsLower: Boolean;

Description

The IsLower property returns whether the variable contains a lowercase value. The property returns True if the value is lowercase, and otherwise it returns False.

See also:

Char