|
Is it dBgird or DBedit, this is a data-aware control
If you have to be DBEdit, here's how:
This must require you to open a dataset component, such as: adoDataSet
Then your tree treeview is not a data-aware control, but you can bind to the node of the tree through locate. The bound flag must be a key field. In this way, each time you click on a node in the tree, you can quickly locate the record.
But these DBeidt must be connected to the data set components. |
|