IsLower
Alias for TCharacter.IsLower
Declaration
Source position: character.pas line 172
  function IsLower(AChar: UnicodeChar) : Boolean;  Overload;
  function IsLower(const AString: UnicodeString; AIndex: Integer)
                   : Boolean;  Overload;
Description
IsLower is a shortcut for TCharacter.IsLower
See also
| Name | Description | 
|---|---|
| TCharacter.IsLower | Check if a Unicode character is a lowercase letter |