The Dialog class / ui.Dialog methods |
Indicates the sort order direction (FALSE=ascending, TRUE=descending)
isSortReverse( screen-array STRING ) RETURNING result BOOLEAN
The isSortReverse() method returns FALSE if the sort order is ascending, and TRUE if the sort is in descending order.
This method is used in the context of the ON SORT trigger.