I am using a pointer variable as label and I assign this variable dynamically. Now I want to check if I already assigned object/treenode to pointer variable. How can I do that?
Second issue: I would like to reset that variable that no object/treenode is assigned. How can I do that as well?