API:Vcl.ComCtrls.TTreeView.ShowButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowButtons;

C++

__property ShowButtons = {default=1};

Properties

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

Description

Specifies whether to display plus (+) and minus (-) buttons to the left side of each parent item.

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

Specifies whether to display plus (+) and minus (-) buttons to the left side of each parent item.

If ShowButtons is true, a button will appear to the left of each parent item. The user can click the button to expand or collapse the child items as an alternative to double-clicking the parent item.

See Also