Pascal Scripting: AnsiLowercase

Prototype:

function AnsiLowercase(S: String): String;

Description:

Returns a string that is a copy of the given string converted to lowercase. The conversion uses the current Windows locale. This function supports multi-byte character sets (MBCS).