Unit 'Character' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

ToUpper

Alias for TCharacter.ToUpper.

Declaration

Source position: character.pas line 365

function ToUpper(

  AChar: UnicodeChar

):UnicodeChar; overload;

function ToUpper(

  const AString: UnicodeString

):UnicodeString; overload;

function ToUpper(

  aChar: UCS4Char

):UCS4Char; overload;

Arguments

AChar

  

UTF16 Character.

Function result

The uppercase version of the character or string.

Arguments

AString

  

String containing UTF-16 encoded characters.

Arguments

aChar

  

UTF16 Character.

Description

ToUpper is a shortcut for TCharacter.ToUpper

See also

TCharacter.ToUpper

  

Convert a character or string to uppercase.


Documentation generated on: Jan 30 2024