FMX.ListView.Appearances.TGlyphButtonObjectAppearance.ClickOnSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClickOnSelect: Boolean read FClickOnSelect write SetClickOnSelect stored IsClickOnSelectStored;

C++

__property ClickOnSelect = {stored=IsClickOnSelectStored};

Properties

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

Description

Determines whether the glyph button reacts as clicked when the containing list view item is selected (True) or not (False).

FMX.ListView.Appearances.TGlyphButtonObjectAppearance.ClickOnSelect inherits from FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.ClickOnSelect. All content below this line refers to FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.ClickOnSelect.

Determines whether the glyph button reacts as clicked when the containing list view item is selected (True) or not (False).

See Also