Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: How to choose node from NCDBTree through DataSet?
|
|
Posted: 2000/11/04 21:11 |
|
|
|
|
Hi Tramp !
take a look on KeyValue and OwnerValue properties. They are assignable. When you will assign value to TNCDBTreeView.KeyValue tree view will locate node with specified key value and make it visible and selected. Assignment of owner value, makes node with such key value current. After that expands it and makes first it sub node current.
|
|