TAdvWebBroswer - Is Blank?

Greetings,

Is there any way to determine if something (HTML, PDF, etc.) is currently loaded in this component?

Thanks,
Mike

Hi,

You have 2 options:

  1. Use the OnNavigateComplete event
  2. Use the OnDocumentComplete event together with AdvWebBrowser1.StartDocumentReadyStateThread; when something is loaded, the OnDocumentComplete will be triggered after calling the thread method.