Previous: AnsiStrLIComp function To the Table of Content Next: AnsiStrUpper function

- 4.61.2.9 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

AnsiStrLower function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts all characters in a null-terminated character sequence to lower case.

Declaration:
function AnsiStrLower(Str: PWChar): PWChar;
function AnsiStrLower(Str: PChar): PChar;
Remarks:
AnsiStrLower returns a null-terminated character sequence where all characters are lower case.

Win32 target:
AnsiStrLower uses the current Windows locale.


Previous: AnsiStrLIComp function To the Table of Content Next: AnsiStrUpper function
AnsiStrLIComp function Table of Content AnsiStrUpper function

- 4.61.2.9 -