API:FMX.TreeView.TTreeView.MultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelect: Boolean read FMultiSelect write FMultiSelect default 0;

C++

__property MultiSelect = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeView

Description

Determines whether you can select more than one tree item at a time.

FMX.TreeView.TTreeView.MultiSelect inherits from FMX.TreeView.TCustomTreeView.MultiSelect. All content below this line refers to FMX.TreeView.TCustomTreeView.MultiSelect.

Determines whether you can select more than one tree item at a time.

Set MultiSelect to True to enable users to select multiple items at once or set MultiSelect to False to allow the selection of only one item at a time.

See Also