Vcl.ComCtrls.TCustomListView.SetMultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMultiSelect(Value: Boolean); override;

C++

virtual void __fastcall SetMultiSelect(bool Value);

Properties

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

Description

Sets the value of the MultiSelect property.

Override SetMultiSelect to provide the write implementation for the MultiSelect property.

Value is true if the control should allow the user to select more than one item at a time, false if the control should support at most one selected item.

See Also