- 4.62.2.48 -
Standard Units
System Unit
System Unit Procedures and FunctionsLoCase 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
|
|
|
Lo function |
Table of Content |
Low function |
- 4.62.2.48 -