RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.AnsiLowerCase Function

Returns a string that is a copy of the given string converted to lower case.

Pascal
function AnsiLowerCase(const S: string): string;
C++
AnsiString AnsiLowerCase(const AnsiString S);

SysUtils

AnsiLowerCase returns a string that is a copy of the given string converted to lower case. The conversion uses the current locale. This function supports multi-byte character sets (MBCS). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!