strupper
Convert null-terminated string to all-uppercase
Declaration
Source position: syspchh.inc line 32
function strupper(p: pchar) : pchar;
function strupper(p: pwidechar) : pwidechar;
Description
Converts P to an all-uppercase string. Returns P.
For an example, see StrLower
Errors
None.
See also
Name | Description |
---|---|
StrLower | Convert null-terminated string to all-lowercase. |