ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the list of sorted columns found in a Table control.
These columns have been sorted:
Example
ListColumns is string
ListColumns = TableSortedColumn(TABLE_Table1)
Syntax
<Result> = TableSortedColumn(<Table control>)
<Result>: Character string
List of sorted columns with their sort direction. This list has the following format:
<Direction><Column1> + TAB + <Direction><Column2> + TAB + ...
  • <Direction> is the sort direction. When the sort is ascending, this parameter corresponds to "-".
  • <Column> is the name of the column.
<Table control>: Control name
Name of the Table control to be used.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help