FMX.ListView.TListViewBase.ShowSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowSelection: Boolean read FShowSelection write SetShowSelection default True;

C++

__property bool ShowSelection = {read=FShowSelection, write=SetShowSelection, default=1};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

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