Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.189 MultiSelect Property

Description:

Defines the selection mode in the list box part for the control.

Used in control(s):

FileList

ListBox

ListView

Values (with constants):

ListView

True:Multiple items can be selected.(POW-TRUE)

False:Multiple items cannot be selected.(POW-FALSE)

FileList, ListBox

0 - Single select:(POW-MULTISELECT-NONE)
Only one item can be selected at a time.

1 - Multiple select:(POW-MULTISELECT-SIMPLE)
Two or more items can be selected at a time.

2 - Extended select: (POW-MULTISELECT-EXTENDED)
Like the multiple selection option, but with the ability to select a single range as well as multiple discrete items.

Default value:

ListView

False:Multiple items cannot be selected.(POW-FALSE)

FileList, ListBox

0 - Single select: (POW-MULTISELECT-NONE)

COBOL PICTURE

S9(4) COMP-5

OLE data type

ListView

VT_BOOL

FileList, ListBox

VT_I2

Design time access:

Set and reference.

Execution time access:

ListView

Set and reference.

FileList, ListBox

Reference only.

Backward compatibility attribute:

None.