Vcl.ComCtrls.TListView.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 TListView

Description

Determines whether the user can select more than one list item at a time.

Vcl.ComCtrls.TListView.MultiSelect inherits from Vcl.ComCtrls.TCustomListView.MultiSelect. All content below this line refers to Vcl.ComCtrls.TCustomListView.MultiSelect.

Determines whether the user can select more than one list item at a time.

Set MultiSelect to specify whether users can select multiple items in the list. If MultiSelect is true, the user can select multiple items. If MultiSelect if false, only one item can be selected at a time.

See Also