Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.267 Sorted Property

Description:

Determines whether to sort list items.

Used in control(s):

ComboBox

ListBox

TreeView

Values (with constants):

True - Sort items.(POW-TRUE)
False - Do not sort items.(POW-FALSE)

ComboBox and ListBox

Sorts the items in the list box part.

Note: Items inserted by the InsertString method are not sorted automatically. The items are inserted at the position specified by the InsertIndex parameter. Use the AddString method if you want to sort the items.

TreeView

Sorts the Node objects.

Default value:

False - Do not sort items.(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

ComboBox and ListBox

Reference only.

TreeView

Set and reference.

Backward compatibility attribute:

None.