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