Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

strupper

Convert null-terminated string to all-uppercase.

Declaration

Source position: syspchh.inc line 33

function StrUpper(

  p: PAnsiChar

):PAnsiChar;

function strupper(

  p: PWideChar

):PWideChar;

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.


Documentation generated on: Jul 24 2023