ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the sort options used Hide the details
Sort option currently applied:ccLexicographicOrderSort the character strings in lexicographical order (for example, the 'é' character is found between the 'e' and 'f' characters)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)sortDefaultSort while ignoring the case and the accented characters and while taking the space characters into accountsortWithoutFunctionGxxxSort while ignoring the 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:ccLexicographicOrderSort the character strings in lexicographical order (for example, the 'é' character is found between the 'e' and 'f' characters)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)Sort while ignoring the case and the accented characters and while taking the space characters into accountsortWithoutFunctionGxxxSort while ignoring the 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 the punctuation and the spaces
Last update: 09/20/2020
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: