- 4.62.2.92 -
Standard Units
System Unit
System Unit Procedures and FunctionsUpCase 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
|
|
|
Truncate procedure |
Table of Content |
Val procedure |
- 4.62.2.92 -