Skip to main content

TdxCustomShellListView Class

The base class for the Shell List View control.

Declaration

TdxCustomShellListView = class(
    TdxCustomListView,
    IDropTarget,
    IcxShellDependedControls,
    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