FMX.TreeView.TTreeViewItem.IsChecked
Delphi
property IsChecked: Boolean read FIsChecked write SetIsChecked;
C++
__property bool IsChecked = {read=FIsChecked, write=SetIsChecked, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.TreeView.pas FMX.TreeView.hpp |
FMX.TreeView | TTreeViewItem |
Description
Specifies whether the check box associated with the item is checked.
If you want to make the check boxes associated with the tree view items visible, set the TTreeView.ShowCheckboxes property to True.