#7821
Support 3
Participant

    Formativ use the TWebBrowser. If you have Delphi available then see the EmbeddedWB in Internet palette. The URL below shows some common methods:
    http://www.cryer.co.uk/brian/delphi/twebbrowser/twebbrowser_methods.htm

    To write webbrowser event handler in Formativ, we will suggest you to see the Events tab in the Object Inspector. You can drop a EmbeddedWB from Additional tab into your Form then select the EmbeddedWB, click Events tab in the Object Inspector. Double click any of the event (i.e OnDownloadBegin, OnDownloadComplete, etc) to generate the code.

    Hope this helps.

    Regards,
    Advansys Support