FMX.ListView.Types.TListItemGlyphButton.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked: Boolean read FChecked write SetChecked;

C++

__property bool Checked = {read=FChecked, write=SetChecked, nodefault};

Properties

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

Description

Indicates whether the check box is selected.

The Checked property does not have impact on other button types.

See Also