ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of List Box or Combo Box control to sort.
True (by default) to perform a sort in ascending order,False to perform a sort in descending order.
Sort options selected for the content of List Box (or Combo Box) control:ccLexicographicOrderSort the character strings in lexicographical order (for example, the 'é' character is found between the 'e' and 'f' characters).ccNormalSort while performing a standard comparison, similar to the = operator =.ccRespectNumericSort 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 strings.ccIgnorePunctuationAndSpaceSort while ignoring the punctuation and the space characters (see the Notes for more details)sortDefault (default value)Sort while ignoring the case and the accented characters and while taking the space characters into account.sortWithoutFunctionGxxxSort while ignoring the elements such as gImage, gLink, ... By default, these elements are taken into account by the sort.
Effect of the function <List Box>.Sort
Comparing numeric values
Characters taken into account for punctuation and spaces
Last update: 10/30/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: