Back to Devexpress

TcxTreeView Class

vcl-cxtreeview-2aede489.md

latest2.7 KB
Original Source

TcxTreeView Class

A deprecated Tree View control.

Declaration

delphi
TcxTreeView = class(
    TcxCustomTreeView
)

Remarks

The TcxTreeView class implements a deprecated Tree View control as a wrapper for 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 all DevExpress VCL controls, such as support for skins, high-DPI environments, multiple scrollbar types, etc.

Important

The TcxTreeView control is shipped as a part of the ExpressEditors Suite for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TcxTreeView with the new TdxTreeViewControl component in all projects.

The ExpressEditors Suite ships with the new TdxTreeViewControl component that is fully API-compatible with TcxTreeView.

How to Update Existing Projects

You can replace the TcxTreeView control with TdxTreeViewControl in all projects without making any additional changes in code.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxTreeViewContainer TcxCustomTreeView TcxTreeView

See Also

TcxShellTreeView Class

TcxListView Class

TcxTreeView Members

cxTreeView Unit