如何使用 TIdNotify
我正在尝试使用 Indy 在 Delphi 2010 中编写线程应用程序。这两个对我来说都是新的,我正在努力同步 Vcl。我读过有关与 Vcl 同步、使用关键部分、TThread.Synchronize、TIdNotify 等的内容。 我想看看如何使用 TIdnotify 的示例。就我而言,我正在尝试从线程更新 TreeView。我搜索过群组/论坛,但没有成功。 任何例子将非常感激。 TIA
I am trying to write a threaded application in Delphi 2010 using Indy. Both of these are new to me and I am struggling with synchronising the Vcl. I have read about synchronising with the Vcl, using Critical Sections, TThread.Synchronize, TIdNotify etc.
I would like to see an example of how to use TIdnotify. In my case I am trying to update a TreeView from a thread. I have searched the groups/forums, but no success.
Any examples would be very much appreciated.
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的主题中:
And in your Thread: