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