Delphi 2010 IDE向表单添加按钮时出现问题?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当您保存或编译单元时,使用列表才会更新。
The uses list is only updated when you save or compile the unit.