FMX.TreeView.TTreeView.ShowCheckboxes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCheckboxes: Boolean read FShowCheckboxes write SetCheckboxesVisibility default 0;

C++

__property ShowCheckboxes = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeView

Description

Specifies whether to show a check box attached to each item in this tree view.

FMX.TreeView.TTreeView.ShowCheckboxes inherits from FMX.TreeView.TCustomTreeView.ShowCheckboxes. All content below this line refers to FMX.TreeView.TCustomTreeView.ShowCheckboxes.

Specifies whether to show a check box attached to each item in this tree view.

Set ShowCheckboxes to True in order for this tree view to show the check boxes attached to each item of this tree view. Set ShowCheckboxes to False to show only the items, without the check boxes.

See Also