Skip to main content

TcxCustomDataTreeList Class

The base class for data-aware tree lists (TcxDBTreeList and TcxVirtualTreeList).

Declaration

TcxCustomDataTreeList = class(
    TcxCustomTreeList
)

Remarks

This class provides the common functionality used in bound and provider modes.

Do not use this class directly. Use its descendants instead.

See Also