I am using dcef3 and Delphi XE2. When the URL changes I would like to detect it and show a delphi message displaying the new URL. Can this be achieved? I am trying to use the URL to pass delphi some commands to execute.

Thank you for your help and apologies for my bad English.

有帮助吗?

解决方案

It seems you are looking for the OnAddressChange event. This event is fired when the frame's address has changed. The new URL of the frame you can get from the url parameter.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top