FMX.ListView.TListView.ShowSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowSelection: Boolean read FShowSelection write SetShowSelection default 1;

C++

__property ShowSelection = {default=1};

Properties

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

Description

Determines whether the selection is visible when selecting list view items.

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

Determines whether the selection is visible when selecting list view items. The ShowSelection property can be disabled when the list view has check boxes.

See Also