ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the sort options used Hide the details
Sort option currently applied:ccLexicographicOrderSorts the strings in lexicographical order (for example, 'é' is between 'e' and 'f')ccNormal(Default value)Standard comparison, similar to the = operatorccRespectNumericSort while taking into account the numeric values inside the strings (in this case, "10" comes after "9").ccIgnoreAccentSort while ignoring the accented charactersccIgnoreCaseSort while ignoring the case (uppercase/lowercase characters)ccIgnoreSpaceSort while ignoring the space characters found before and after the character stringsccIgnorePunctuationAndSpaceSort while ignoring the punctuation and the space characters (see the Notes for more details)sortDefaultPerforms a case-insensitive and accent-insensitive sort. Ignores spacessortWithoutFunctionGxxxSorts ignoring elements such as gImage, gLink, ... By default, these elements are taken into account by the sort.
Name of control to use.
Modifying the sort options Hide the details
Sort option that will be applied to the control:ccLexicographicOrderSorts the strings in lexicographical order (for example, 'é' is between 'e' and 'f')ccNormal(Default value)Standard comparison, similar to the = operatorccRespectNumericSort while taking into account the numeric values inside the strings (in this case, "10" comes after "9").ccIgnoreAccentSort while ignoring the accented charactersccIgnoreCaseSort while ignoring the case (uppercase/lowercase characters)ccIgnoreSpaceSort while ignoring the space characters found before and after the character stringsccIgnorePunctuationAndSpaceSort while ignoring the punctuation and the space characters (see the Notes for more details)sortDefault (cannot be combined)Performs a case-insensitive and accent-insensitive sort. Ignores spacessortWithoutFunctionGxxxSorts ignoring elements such as gImage, gLink, ... By default, these elements are taken into account by the sort.
Taking the sort order into account
Characters taken into account for punctuation and spaces
Last update: 01/01/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: