Finding a TreeNode by title (caption) text

From: Dean (dean_at_[spambuster)
Date: 11/30/03


Date: Sun, 30 Nov 2003 10:37:16 +0000 (UTC)

I'm using a TTreeView to display data, but need to be able to find a node
index by it's caption text.

Can't seem to find anything in the help or in Google.

e.g.

Parent
    Node1
        Child1 - This is some text
        Child2 - Some different text
    Node2

etc.

I would need to find the index of Child2 by searching for the string "Some
different text".

Anyone know if this is possible and how it's done?

Thanks,

D