FMX.ListView.TListView.AllowSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowSelection;

C++

__property AllowSelection = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Specifies whether the items are selectable or not.

FMX.ListView.TListView.AllowSelection inherits from FMX.ListView.TListViewBase.AllowSelection. All content below this line refers to FMX.ListView.TListViewBase.AllowSelection.

Specifies whether the items are selectable or not.

The AllowSelection property specifies whether the items are selectable or not.

Tip: If items are not selectable, you will still be able to click on the embedded controls.

See Also