FMX.TreeView.TTreeViewItem.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also