- 4.67.2.92. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.92. UpCase function
4.67.2.92. 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
- 4.67.2.92. -