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

TdxCustomShellListView Class

The base class for the Shell List View control.

Declaration

TdxCustomShellListView = class(
    TdxCustomListView,
    IDropTarget,
    IcxShellRoot
)

Remarks

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

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

See Also