By using a tool spying the controls of runnning applications, you should be able to find the handle of the editbox at the core of TTntEdit control and then use GetWindowText(). Or you could enumerate child windows until you find the editbox at the source of TTntEdit control.