[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

WideUpperCase

Change a widestring to all-lowercase.

Declaration

Source position: syswideh.inc line 25

function WideUpperCase(

  const s: WideString

):WideString;

Description

WideUpperCaseconverts the string Sto uppercase characters and returns the resulting string. It takes into account the operating system language settings when doing this, so spcial characters are converted correctly as well.

Remark: On linux, no language setting is taken in account yet.

Errors

None.

See also

WideLowerCase

  

Change a widestring to all-lowercase.