API:Vcl.ComCtrls.TTreeView.ShowLines

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowLines: Boolean read FShowLines write SetLineStyle default 1;

C++

__property ShowLines = {default=1};

Properties

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

Description

Specifies whether to display the lines that link child nodes to their corresponding parent nodes.

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

Specifies whether to display the lines that link child nodes to their corresponding parent nodes.

If ShowLines is true, lines linking child nodes to their parent nodes are displayed. Nodes at the root of the hierarchy are not automatically linked. To link nodes at the root, the ShowRoot property must also be set to true.

See Also