ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of sorted columns found in a Table control.
These columns have been sorted:
Example
ListeColonnes is string
ListeColonnes = 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:
<Sens><Colonne1> + TAB + <Sens><Colonne2> + 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: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help