Delphi 2010 IDE向表单添加按钮时出现问题?

发布于 2024-11-27 08:26:28 字数 184 浏览 0 评论 0原文

我的 Delphi 2010 IDE 刚刚开始出现问题。如果我将任何标准控件拖放到表单上,“StdCtrls”不会添加到使用子句中。事实上,如果我在表单上放置任何控件,则uses子句不会更新。

我已经重新启动了我的机器,但它仍然无法工作。我怎样才能让它像预期的那样工作?

I just started having issues with my Delphi 2010 IDE. If I drop any of the Standard Controls onto a form, "StdCtrls" does not get added to the uses clause. In fact the uses clause does not get updated if I drop any controls on the form.

I've rebooted my machine and it still does not work. How can I get this to work like it's supposed to?

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

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

发布评论

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

评论(1

满天都是小星星 2024-12-04 08:26:28

仅当您保存或编译单元时,使用列表才会更新。

The uses list is only updated when you save or compile the unit.

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