Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: How to choose node from NCDBTree through DataSet?
How to choose node from NCDBTree through DataSet?
Posted: 2000/11/04 11:33
 
I have NCDBTree and DataSet synchronized with it. How can I expand needed Node in NCDBTree when I Locate on specified record in DataSet?
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.