From Clomosy Docs

Creates a copy of string with all letters converted to lower case.

Example

var
   SimpleString : String;
 
 {
   SimpleString = LowerCase('I am learning CLOMOSY.');
   ShowMessage(SimpleString);
 }

Output:

See Also