FMX.TreeView.TCustomTreeView.ShowCheckboxes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCheckboxes: Boolean read FShowCheckboxes write SetCheckboxesVisibility default False;

C++

__property bool ShowCheckboxes = {read=FShowCheckboxes, write=SetCheckboxesVisibility, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

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