CodeInsight 和虚拟/动态方法
我正在使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论