API:Vcl.ComCtrls.TTreeView.CheckBoxes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CheckBoxes;

C++

__property CheckBoxes = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Allows adding checkboxes to the TTreeView platform control.

Vcl.ComCtrls.TTreeView.CheckBoxes inherits from Vcl.ComCtrls.TCustomTreeView.CheckBoxes. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.CheckBoxes.

Allows adding checkboxes to the TTreeView platform control.

CheckBoxes support multiple states and can be added to the regular tree structure.

CheckBoxes may be of normal or extended style, which is controlled by CheckStyles property.

Tip: To check a node state use Checked or CheckState properties.
Tip: To handle a checked state node use OnCheckStateChanging and OnCheckStateChanged events.

See Also