Detect TWebBrowser refresh event in Delphi 2009 -


I am using a TWebBrowser component that I use to load XML documents from an XSL file Link.

I have a default page that is not displayed when an XML document is not loaded. However, if the user deletes the XML file, when he remains open in the browser and then refreshes me, then the standard can not get the resource error I would rather do that if the page does not load If so, check that the file exists, and if it does not just reload the default page.

I and

There is a refreshing event that is replaced by the TWebBrowser replacement This version also exposes many other features that are otherwise hidden by the TwebBrowser component.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -