| [Overview][Procedures and functions][Index] | 
Convert null-terminated string to all-uppercase
Source position: strings.pp line 84
function strupper(  | 
p: PChar  | 
):PChar;  | 
Converts P to an all-uppercase string. Returns P.
For an example, see StrLower
None.
  | 
Convert null-terminated string to all-lowercase.  |