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

TdxDBTreeView.DBSelected Property

Returns the DB item in a selected DBtree view.

Declaration

property DBSelected: TdxDBTreeNode read;

Property Value

Type
TdxDBTreeNode

Remarks

Run-time and read only.

Use DBSelected to retrieve the selected DB item in a data-aware tree-view. This is included only for compatibility with RSD DBTreeView. The TdxDBTreeNode is inherited from the TTreeNode:

MyTreeView.DBSelected = TdxDBTreeNode(MyTreeView.Selected);
See Also