| [Overview][Types][Classes][Procedures and functions][Index] | 
Alias for TCharacter.ToLower
Source position: character.pas line 186
function ToLower(  | 
AChar: UnicodeChar  | 
):UnicodeChar; overload;  | 
const AString: UnicodeString  | 
):UnicodeString; overload;  | 
AChar  | 
  | 
UTF16 Character  | 
The lowercase version of the character or string
AString  | 
  | 
String containing UTF-16 encoded characters  | 
ToLower is a shortcut for TCharacter.ToLower
  | 
Convert a character or string to lowercase  |