MultiSelect: Boolean;
The MultiSelect property determines whether it is possible to use multiple selection of the elements of the TreeList and TreeCombo components.
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: