Previous: Truncate procedure To the Table of Content Next: Val procedure

- 4.62.2.92 -
Standard Units
System Unit
System Unit Procedures and Functions

UpCase function

Targets: MS-DOS, OS/2, Win32


System Unit

Converts a character to uppercase.

Declaration:
function UpCase(Ch: Char): Char;
Remarks:
Ch is of char type.

UpCase simply returns an uppercase character if Ch is lowercase.

See also:
LoCase


Previous: Truncate procedure To the Table of Content Next: Val procedure
Truncate procedure Table of Content Val procedure

- 4.62.2.92 -