RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.StrLower Function

Converts a string to lowercase.

Pascal
function StrLower(Str: PChar): PChar;
C++
const char * StrLower(const char * Str);

SysUtils

StrLower converts Str to lowercase and returns Str.

Note: If the source string contains international characters, use AnsiStrLower instead. If the source string is an AnsiString (long string), use LowerCase (or AnsiLowerCase) instead.
 

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