next up previous contents index
Next: StrPos Up: Functions and procedures. Previous: StrLower

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
Tue Mar 31 16:46:10 CEST 1998