To get the HTML source in your code you can call TChromium.RetrieveHTML. You'll receive the source in the TChromium.OnTextResultAvailable event.
If you call TChromium.RetrieveHTML without parameters you will get the source from the main frame. In you need the source from other frames you can call TChromium.RetrieveHTML with any of these parameters :
- A frame name
- A frame identifier
- A frame interface