/ Forums / Advansys Formativ / Creating Solutions with Formativ / Syntax for webbrowser events / Reply To: Syntax for webbrowser events
February 15, 2007 at 7:15 pm
#7821
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