Vcl.ComCtrls.TTreeView.MultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelect: Boolean read FMultiSelect write SetMultiSelect default 0;

C++

__property MultiSelect = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Determines whether the user can select more than one tree node at a time.

Vcl.ComCtrls.TTreeView.MultiSelect inherits from Vcl.ComCtrls.TCustomTreeView.MultiSelect. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.MultiSelect.

Determines whether the user can select more than one tree node at a time.

Set MultiSelect to specify whether users can select multiple nodes using the Control and Shift keys. A selection style must also be chosen in MultiSelectStyle.

See Also