Function StrUpper (P : PChar) : PChar;
Converts P to an all-uppercase string. Returns P.
None.
Upcase (), StrLower
For an example, see StrLower