MARTINRODDY
Programmer
Hi
I have only srarted using the TreeView object recently. I am starting to get used to it. One question. Can someone tell me the command that allows a new node to be created during runtime. (and any other useful command if you no them)
tree.Items[1].Delete;
works fine when deleting a node, but some parameters are required
when using the create command.
Finally, is it possible to link the TreeView to a database? For instance
build a father-son relationship between hierarchial related records from a table?
Thanks
Martin
I have only srarted using the TreeView object recently. I am starting to get used to it. One question. Can someone tell me the command that allows a new node to be created during runtime. (and any other useful command if you no them)
tree.Items[1].Delete;
works fine when deleting a node, but some parameters are required
when using the create command.
Finally, is it possible to link the TreeView to a database? For instance
build a father-son relationship between hierarchial related records from a table?
Thanks
Martin