質問

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