- 4.67.2.48. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.48. LoCase function
4.67.2.48. LoCase function
Targets: MS-DOS, OS/2, Win32
System Unit
Converts a character to lowercase.
Declaration:
function LoCase(Ch: Char): Char;
Remarks:
Ch is of char type.
LoCase simply returns an lowercase character if Ch is uppercase.
See also:
UpCase
- 4.67.2.48. -