Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 dcef3 和 Delphi XE2。当 URL 更改时,我想检测它并显示一条显示新 URL 的 delphi 消息。这可以实现吗?我正在尝试使用 URL 传递 delphi 一些命令来执行。
感谢您的帮助,并为我糟糕的英语道歉。
看来您正在寻找该OnAddressChange事件。当框架的地址发生变化时会触发此事件。您可以从url参数中获取框架的新 URL。
OnAddressChange
url