Vcl.ComCtrls.TCustomListView.MultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelect: Boolean read FMultiSelect write SetMultiSelect default False;

C++

__property bool MultiSelect = {read=FMultiSelect, write=SetMultiSelect, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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