Skip to main content
A newer version of this page is available. .

TdxTreeViewControl Class

A Tree View control.

Declaration

TdxTreeViewControl = class(
    TdxCustomTreeView
)

Remarks

The Tree View control allows you to display information arranged in a tree structure. The control contains nodes that can show text labels, images, checkboxes, and hints.

The TdxTreeViewControl class members allow you to do the following:

Refer to the following topic for information on how to use the Tree View control: Tree View Control.

See Also