Converts all characters in a null-terminated string to lower case.
function AnsiStrLower(Str: PChar): PChar;
const char * AnsiStrLower(const char * Str);
SysUtils
AnsiStrLower returns a null-terminated character sequence where all characters are lower case. The conversion uses the current locale.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|