I REALLY don't get this Toutline component. I want to use it to show the index of a book, like: Book -> Chapter -> Paragraph -> Page and I have it like that. But now I want to be able to click on a page and then I want that page (a HTML file) to be shown in a TWebBrowser. But how can I do that? TForm1.Toutline1Click only gives me a Sender which is the Toutline itself, and not the page1 or page2 line!
Please help!
Please help!