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.
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TCustomdxVTreeViewEdit
TCustomdxTreeViewEdit
See Also