IListBox.MultiSelect

Syntax

MultiSelect: Boolean;

Description

The MultiSelect property determines whether the multiple selection of elements (lines) from the list is possible.

Comments

If the property is set to True, using SHIFT or CTRL enables the user to select several elements from the list. If the property is set to False, only one list element (string) can be selected.

See also:

IListBox