CodeInsight 和虚拟/动态方法

发布于 2024-12-09 11:51:53 字数 284 浏览 0 评论 0原文

我正在使用Delphi 2007 SP3 开发一个应用程序。为了覆盖方法,我通常在类声明中使用 CodeInsight 自动完成功能来显示可以从父类覆盖的文件列表。 Delphi 用于向我显示方法列表,这些方法的末尾附加了“override”。然而最近,Delphi CodeInsight 停止向我展示这些可重写的方法。例如,每个 TForm 都是从 TCustomForm 继承的,如果您在类声明中按 Ctrl+Space,则通常会显示可以在 TForm 中从 TCustomForm 重写的方法列表,但这不会发生在我身上。任何人都会遇到这样的情况。

I am using Delphi 2007 SP3 to develop an application. to override a method I usually using CodeInsight auto completion feature in class declaration to show lists of files that can be overridden from the parent class. Delphi was used to show to me the list of methods with "override" appended to the end of these method. However lately, Delphi CodeInsight stopped to show to me these methods available to override. For example, each TForm is inherited from TCustomForm if you press Ctrl+Space in class declaration then a list of methods that can be overriden in TForm from TCustomForm is shown usually but this does not happen to me. Anyone face such situation.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文