Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Code completion reports a non-existing error
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Q:
So I have a component which simply refuses to use code completion, always reporting that there are errors in the source code, however the component compiles absolutely fine.
What is the reason?
A:
Do you have any conditional defines? If you do, code completition wont work.
(At least not on Delphi 4 Update Pack 3.)
Comments:
|