Skip to main content

SortingOrder

Underlying type: SINT

Components

NameValueComment
ASCENDING0-
DESCENDINGimplicit-

Code

Declaration

{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
{attribute 'hide'}
TYPE FINAL SortingOrder :
(
ASCENDING := 0,
DESCENDING
) SINT;
END_TYPE