Skip to main content

TdxDBTreeView Class

A deprecated data-aware Tree View control.

Declaration

TdxDBTreeView = class(
    TCustomdxTreeView
)

Remarks

The TdxDBTreeView class implements a deprecated data-aware Tree View control based on the standard TTreeView control from the VCL component library shipped with Embarcadero RAD Studio® IDEs. This control does not support many advanced features common to DevExpress VCL controls, such as support for skins, high-DPI environments, multiple scrollbar types, etc.

Tree View Control

Important

The TdxDBTreeView control is shipped as a part of the DevExpress VCL components for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TdxDBTreeView with the TcxDBTreeList control in all projects.

The VCL Tree List Suite ships with the TcxDBTreeList data-aware control with support for skins, extensive node management APIs, data export functionality, and many other advanced features.

VCL Tree List

See Also