Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxDBTreeViewEdit Class

A deprecated data-aware Tree View editor.

Declaration

TdxDBTreeViewEdit = class(
    TCustomdxTreeViewEdit
)

Remarks

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

Important

The TdxDBTreeViewEdit control ships with 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 TdxDBTreeViewEdit with a combination of TcxDBPopupEdit and TdxTreeViewControl in all projects.

See Also