next up previous contents index
Next: Index Up: Functions and procedures. Previous: StrScan

StrUpper

   

Declaration:

Function StrUpper (P : PChar) : PChar;

Description:

Converts P to an all-uppercase string. Returns P.

Errors:

None.

See also:

Upcase (), StrLower

For an example, see StrLower



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998