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