FMX.ListView.Types.TListItemGlyphButton.Checked
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.