简体   繁体   English

代码完成在Delphi 2009中不起作用

[英]Code completion not working in Delphi 2009

I am upgrading from Delphi 7 to Delphi 2009. 我正在从Delphi 7升级到Delphi 2009。

In an existing app, the code completion does nothing at all. 在现有的应用程序中,代码完成什么都不做。 If I start a new project, it works fine. 如果我开始一个新项目,它工作正常。

Any idea what is going on? 知道发生了什么事吗?

Finally found the solution to this one, took awhile. 终于找到了这个解决方案,花了一段时间。

Added "WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE" to: 添加“WinTypes = Windows; WinProcs = Windows; DbiTypes = BDE; DbiProcs = BDE; DbiErrs = BDE”到:

Project Options -> Delphi Compiler -> Unit aliases 项目选项 - > Delphi编译器 - >单元别名

There is a whole big reason why, but to tired to explain it. 有一个很大的原因,但是厌倦了解释它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM