Search code examples
delphichromium-embedded

Analogous event to DocumentComplete in Chromium embedded?


I needs this event , because the first time I open the page (google maps) ,and then the event after it loads ( one-off ) would like to call the script for the event.


Solution

  • As suggested in my comment, try OnLoadEnd.

    In the GuiClient demo, it seems to be the last significant event when it loads the google page, after numerous others.