FMX.TreeView.TCustomTreeView.MultiSelect
Delphi
property MultiSelect: Boolean read FMultiSelect write FMultiSelect default False;
C++
__property bool MultiSelect = {read=FMultiSelect, write=FMultiSelect, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.TreeView.pas FMX.TreeView.hpp |
FMX.TreeView | TCustomTreeView |
Description
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.