Navigation: Contents   Index   Previous   Next

AnsiLowerCase(s:string):string

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).

a=AnsiLowerCase("Test")

Navigation: Contents   Index   Previous   Next



Copyright © 1998 - 2011 Paessler AG