|
|
|
|
|
TableSortedColumn (Function) In french: TableColonnesTriées Returns the list of sorted columns found in a Table control. These columns have been sorted:
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|