Converts a string to lowercase.
function StrLower(Str: PChar): PChar;
const char * StrLower(const char * Str);
SysUtils
StrLower converts Str to lowercase and returns Str.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|