Previous: Lo function To the Table of Content Next: Low function

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

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


Previous: Lo function To the Table of Content Next: Low function
Lo function Table of Content Low function

- 4.62.2.48 -