ToLower
Alias for TCharacter.ToLower
Declaration
Source position: character.pas line 186
function ToLower(AChar: UnicodeChar) : UnicodeChar; Overload;
function ToLower(const AString: UnicodeString) : UnicodeString
; Overload;
Description
ToLower is a shortcut for TCharacter.ToLower
See also
Name | Description |
---|---|
TCharacter.ToLower | Convert a character or string to lowercase |