I really love the TreeView gadget. But it's also very tricky to handle. For my program I'd like to store the informations from the treeview. Is this even possible?

You can see the treeview to the right. I'd like to store this tree into the database (using SQLite).
Probably I will use a different method: I will store the informations temporarily into the memory and then (when I choose "Save") I will copy the db infos to the project file.
Loading will be no problem.
But is it possible to get informations from a treeview without clicking it, etc.. ?
Regards,
Michael

You can see the treeview to the right. I'd like to store this tree into the database (using SQLite).
Probably I will use a different method: I will store the informations temporarily into the memory and then (when I choose "Save") I will copy the db infos to the project file.
Loading will be no problem.
But is it possible to get informations from a treeview without clicking it, etc.. ?
Regards,
Michael