Indy 组件无法使用
我在表单上放置了一个 TIdFTP 组件,当我进入代码时,我看到:
I感觉库路径可能不正确。
有谁知道这个问题可能是什么? 预先感谢您的回答。
I have placed a TIdFTP component on my form and when I go into my code, I see this:
I have a feeling that the library paths may be incorrect.
Does anyone know what this problem could be?
Thank you in advanced for your answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如您所想,您的搜索路径不包括 Indy 文件夹。它位于调试 DCU 路径中,但不位于库路径中。
As you thought, your search paths do not include the Indy folder. You have it in the Debug DCUs path, but not in the Library path.
是的 - 代码洞察力有时会令人困惑。忽略红色波浪线。对我来说,Delphi IDE 十多年来一直饱受这些症状的困扰,而我刚刚学会忍受它。如果您愿意,关闭并重新启动 Delphi 有时会使代码洞察恢复“同步”。
Yes - code insight gets confused at times. Ignore the red squiggly lines. For me the Delphi IDE has been suffering from these symptoms at times for over 10 years, and I have just learnt to live with it. If you want, closing and restarting Delphi sometimes gets code insight back in "sync".