Back to Devexpress

TcxShellTreeView Class

vcl-cxshelltreeview.md

latest2.9 KB
Original Source

TcxShellTreeView Class

A deprecated Shell Tree View control.

Declaration

delphi
TcxShellTreeView = class(
    TcxCustomShellTreeView
)

Remarks

The TcxShellTreeView class implements a deprecated shell tree view control based on the standard TTreeView control from the VCL component library shipped with Embarcadero RAD Studio® IDEs. The TcxShellTreeView 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 TcxShellTreeView 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 TcxShellTreeView with the new TdxShellTreeView control in all projects.

The ExpressEditors Suite ships with the new TdxShellTreeView control that is fully API-compatible with TcxShellTreeView.

How to Update Existing Projects

You can replace TcxShellTreeView with TdxShellListView 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 TcxCustomShellTreeView TcxShellTreeView

See Also

TcxShellListView Class

TcxTreeView Class

TcxShellTreeView Members

cxShellTreeView Unit