[Overview][Procedures and functions] Reference for unit 'strings' (#rtl)

strupper

Convert null-terminated string to all-uppercase

Declaration

Source position: strings.pp line 73

function strupper(

  p: pchar

):pchar;

Description

Converts P to an all-uppercase string. Returns P.

For an example, see StrLower

Errors

None.

See also

StrLower

  

Convert null-terminated string to all-lowercase.