SORT key descriptor constants

>Constants for SORT

SORT constants

These constants control the behaviour SORT statement.

DEF ENUM enumeration name KCML_SORT_ENUM

Enumeration ValueValueDescription
_SORT_ASCENDING0x0Sort ascending
_SORT_DESCENDING0x20Sort descending
_SORT_COLLATESEQ0x40Sort using collating sequence
_SORT_CASEINSENSITIVE0x80Case insensitive sort

Back to the list of Enumerations and Constants