TAdvTreeView Find a Node with a specific Datainteger

I save the Id of a Object in the Node.Datainteger.
How can i find a Node where the Datainteger has a specific Value?

Loop through the nodes collection and check the value of DataInteger. There is currently no functionality that offers this in TAdvTreeView unfortunately.