Vcl.ComCtrls.TCustomTreeView.ShowRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowRoot: Boolean read FShowRoot write SetRootStyle default True;

C++

__property bool ShowRoot = {read=FShowRoot, write=SetRootStyle, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Specifies whether lines connecting top-level nodes are displayed.

To show lines connecting top-level nodes to a single root, set the tree view's ShowRoot and ShowLines properties to true.

See Also