Search node in TMSFMXTreeView1

Hi guys, it's possible in the TreeView component, search a node by  text properties  , retrieve the position and add a subnode, or How I do search a node?, 

thanks

Hi,


You can traverse the node structure by starting with GetFirstRootNode and then GetNextSibling or GetNext on the node variable that returns from GetFirstRootNode. There is also the FindNodeByTextAndColumn that returns a node based on the text and the column.

Thanks Pieter