[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Change a widestring to all-lowercase.
Source position: syswideh.inc line 26
function WideLowerCase( |
const s: WideString |
):WideString; |
WideLowerCaseconverts the string Sto lowercase characters and returns the resulting string. It takes into account the operating system language settings when doing this, so spcial characters are converted correctly as well.
Remark: | On linux, no language setting is taken in account yet. |
None.
|
Change a widestring to all-lowercase. |