Re: Sorry, but not happy with D2007



From a fresh start, I selected New Project, VCL Forms Application. Then I
dropped a Button, an OpenDialog, and a RichEdit onto the form.

Switched to code view, and CLANG!! Two errors reported:

'Undeclared identifier TButton...'
'Undeclared identifier TRichEdit...'

D2006 does the same for me, it's not just D2007. Units are not added to the
"uses" when placing these components on the form. For example saving or
invoking code completion will add the units at that moment and you will be
fine.


.