Red squigglies in D2006



Using D-2006, I get a lot of red squigglies in my source code, but
everything compiles and runs properly.
Most, if not all of the problems seem to be ADO related, hence my post here.

Loooking at the source -

In the uses section of the interface for the main form, DBGrids is
squiggled. Placing the cursor over DBGrids yields the message "Cannot
resolve unit name DBGrids.

In the form declaration DBGrid1:TDBGrid, TDBgride is squiggled. Message is
"undeclared identifier, TDbGrid".

In the forms published methods procedure DBGrid2CellClick(column:Tcolumn)
TColumn is squiggled. Message is undeclared identified TColumn

In the source dbgrid.datasource := dst. DataSource is squiggled. Message
is TDbgrid does not contain a member named 'DataSource'

Yet, as I say, the code works just fine.

Any ideas anyone?

Thanks,

Mac


.