Vcl.Controls.TCustomMultiSelectListControl.FMultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMultiSelect: Boolean;

C++

bool FMultiSelect;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomMultiSelectListControl

Description

Specifies whether the user can select more than one item.

FMultiSelect is a protected field. FMultiSelect is true when the user can select multiple items in the control and false when the user can select only one item.

FMultiSelect stores the actual data of the MultiSelect property.

See Also