Why do i have a red wavy line under some of the imageen components? for example i have imageenvect.assign(.... under assign, i have a red wavy line telling me that there's an error but when i compile, everything is fine. Thanks. P
This has nothing to do with ImageEn... the red line is put there by the designtime Delphi IDE compiler... It is supposted to advise you of a coding error, but lots of times you get the line when there is no error. Sometimes you should see this with standard vcl code as well as with other components.
I only see it with imageen components. No other components generate the wavy line. No way to fix that? Thanks. P It happens with fillrect, assign and maybe a couple of others. That's it.