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