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

TCustomdxLookupTreeView Class

Declaration

TCustomdxLookupTreeView = class(
    TCustomdxVTreeViewEdit
)

Remarks

TCustomdxLookupTreeView is an abstract base type for the tree-view lookup components such as TdxDBLookupTreeView and TdxLookupTreeView.

Use TCustomLookUpTreeView as a base class when defining a control that combines an edit box with a data-aware tree-view for the lookup purpose. Do not create instances of TCustomdxLookupTreeView. To add a data-aware tree-view lookup control, use the TdxDBLookupTreeView or TdxLookupTreeView.

See Also