ui.Dialog.isSortReverse
Indicates the sort order direction (FALSE=ascending, TRUE=descending)
Syntax
isSortReverse(
name STRING )
RETURNS BOOLEAN
- name is the name of the screen record, see Identifying screen-arrays in ui.Dialog methods.
Usage
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.