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

TCustomdxTreeViewEdit Class

Declaration

TCustomdxTreeViewEdit = class(
    TCustomdxVTreeViewEdit
)

Remarks

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

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

See Also