Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TCustomdxVTreeViewEdit Class

    Declaration

    TCustomdxVTreeViewEdit = class(
        TCustomControl
    )

    Remarks

    TCustomdxVTreeViewEdit is an abstract base type for tree-view edit components such as TdxDBTreeViewEdit and TdxDBLookUpTreeView.

    Use TCustomdxVTreeViewEdit as a base class when defining a control that combines an edit box with a treeview. Do not create instances of the TCustomdxVTreeViewEdit. To add a tree-view edit control, use TdxTreeViewEdit(TdxDBTreeViewEdit) or TdxLookUpTreeView (TdxDBLookUpTreeView).

    See Also