Forum Discussion
YMinaev
Staff
16 years agoHi,
If you want to check whether an item exists in the tree, you need to search for it within the tree items by iterating through them and comparing their captions with the needed one. The tree items do not have the Exists property since they're internal objects of a control, and they're not shown in the object tree.
If you want to check whether an item exists in the tree, you need to search for it within the tree items by iterating through them and comparing their captions with the needed one. The tree items do not have the Exists property since they're internal objects of a control, and they're not shown in the object tree.