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

TdxCustomShellTreeView Class

The base class for the Shell Tree View control.

Declaration

TdxCustomShellTreeView = class(
    TdxCustomTreeView,
    IDropTarget,
    IcxShellRoot
)

Remarks

The TdxCustomShellTreeView class has members that allow you to do the following:

Do not use the TdxCustomShellTreeView class directly. Use its descendant instead.

See Also