如何在 c++ 中使用 IdThreadComponent建设者
如何在 C++ 构建器中将 IdThreadComponent 与 TIdyTCPServer 一起使用???
请帮忙!
How to use IdThreadComponent with TIdyTCPServer in c++ builder????
Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TIdTCPServer
在内部为您提供多线程。您不需要直接使用TIdThread
或TIdThreadComponent
。TIdTCPServer
is multi-threaded internally for you. You don't need to useTIdThread
orTIdThreadComponent
directly.您可以直接访问处理方法的上下文
可以在执行事件上读取消息
此外,在程序的任何位置,您都可以像这样访问上下文:
You can reach context on handling methods directly
Messages can be read onExecute event
Also in anywhere of your program, you can reach the context like that: