ITreeControl.MultiSelect

Syntax

MultiSelect: Boolean;

Description

The MultiSelect property determines whether it is possible to use multiple selection of the elements of the TreeList and TreeCombo components.

Comments

The property is outdated, use ITreeControl.SelectionMode.

If the property is set to True, several elements can be selected at the same time, otherwise, the multiple selection is not allowed.

See also:

ITreeControl