Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.269 SortOrder Property

Description:

Defines the sort order for the ListItem objects.

Used in control(s):

ListView

Values (with constants):

0 - None(POW-SORTORDER-NONE)
1 - Ascending(POW-SORTORDER-ASC)
2 - Descending(POW-SORTORDER-DESC)

The objects are resorted as soon as the value is changed.

Default value:

0 - None(POW-SORTORDER-NONE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.