delphi twebbrowser 的回调

发布于 2024-10-12 04:44:41 字数 235 浏览 5 评论 0原文

我想知道如何在 delphi 中为 twebbrowser 制作回调函数。我希望它能够识别我用鼠标单击的输入或编辑框......有什么想法吗?

根据要求,特此更新问题和用户工作流程。 用户会 1. 用鼠标选择网络浏览器上的输入字段。 (程序将查看有关此输入字段的信息(值、id 等......) 2. 在字段中填写首选信息(名称、密码等),

同时此文本将链接回备注框中。这将是一个开始,如果我明白这一点,那将是一个好的开始。

I was wondering how i could make a callback function for the twebbrowser in delphi. I want it to recognize which input or edit box i am clicking in with the mouse..... any ideas?

As requested, hereby the update of the question, the user workflow.
The user would
1. select the inputfield on the twebbrowser by mouse. (the program would see what the information is about this inputfield(value, id, etc.....)
2. fill in the field with prefered information (name, password, whatever really)

At the same time this text is linked back into a memo box. That whould be the start, if i understand this it would be a good beginnning.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

穿透光 2024-10-19 04:44:41

这段代码对您有帮助吗?

http://www.delphidabbler.com/articles?article=22& ;part=4#calling-delphi

这篇文章是关于从 JavaScript 调用 Delphi 代码的。

Will this code help you?

http://www.delphidabbler.com/articles?article=22&part=4#calling-delphi

The article is about calling Delphi-code from JavaScript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文