Convert null-terminated string to all-uppercase.
Source position: syspchh.inc line 33
function StrUpper( |
p: PAnsiChar |
):PAnsiChar; |
p: PWideChar |
):PWideChar; |
Converts P to an all-uppercase string. Returns P.
For an example, see StrLower
None.
|
Convert null-terminated string to all-lowercase. |