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.
我在应用程序中使用 Delphi Chromium 组件来显示来自 Web 应用程序的网页。在这些页面中,我有一些按钮可以触发对 Web 服务器的选择性 Ajax 调用。我需要以下内容:单击其中一个按钮时,在将事件通知到“主机应用程序”之后,我应该希望从此通知中获取 Ajax 请求的数据(如果可能的话,还要进行响应......)进行一些处理从“主机应用程序”对它们进行处理。可能吗 ?
扩展(TCefv8HandlerOwn 类)实际上只是一个 JavaScript 函数,当从脚本中的某个位置调用它时,它会触发 TCefv8HandlerOwn.Execute(您可以在其中获取或设置其参数)。