ui.Dialog.isSortReverse

Indicates the sort order direction (FALSE=ascending, TRUE=descending)

Syntax

isSortReverse(
   screen-array STRING )
  RETURNING result BOOLEAN
  1. screen-array is the name of the screen array.

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.