FMX.ListBox.TListBoxItem.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked: Boolean read FIsChecked write SetIsChecked default False;

C++

__property bool IsChecked = {read=FIsChecked, write=SetIsChecked, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Description

Specifies whether the check box associated with the item is checked.

See Also