Alias for TCharacter.ToUpper.
Source position: character.pas line 365
function ToUpper(  | 
AChar: UnicodeChar  | 
):UnicodeChar; overload;  | 
const AString: UnicodeString  | 
):UnicodeString; overload;  | 
aChar: UCS4Char  | 
):UCS4Char; overload;  | 
AChar  | 
  | 
UTF16 Character.  | 
The uppercase version of the character or string.
AString  | 
  | 
String containing UTF-16 encoded characters.  | 
aChar  | 
  | 
UTF16 Character.  | 
ToUpper is a shortcut for TCharacter.ToUpper
  | 
Convert a character or string to uppercase.  |