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



root
Fri Sep 11 18:24:36 CEST 1998