Delphi Programming
Advertisement
This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi documentation on the Web. Once they have done so, this page will link to the relevant page in the official documentation.
Stub
This article is a stub.
Please help enhance the Delphi Programming Wiki by expanding it.
Info
see the VCL Documentation Guidelines for an overview on doc pages

Unit[]

Hierarchy[]

Description[]

The TTreeView standard VCL component.

This component is used to present data in an expandable/collapsable tree format. A good example of the use of a Tree View is the left-hand pane of the Windows Explorer.

Technical Comments[]

(Known issues / Documentation clarifications / Things to be aware of)

  • Note that it is not possible to select more than one node at a time in Delphi 4 and earlier, unlike the multi-select capability of TListView.

Examples[]

(Please provide links to articles/source code that show how to use this item.)

See Also[]

(Please provide links to items specifically related to this item.)

User Comments/Tips[]

(Please leave your name with your comment.)

  • The EditText method of the TCustomTreeView ancestor class is not documented in the Delphi 2005 Help. Eddie 23:12, 17 December 2006 (UTC)
Advertisement