cupboy2013
Programmer
Code:
Writeln('rows affected: ' + ADODataset1.Recordset.RecordCount.ToString()); // undeclared identifier ToString
If I leave out ToString() I get a compile error and if I leave it in ToString is underlined in red and says undeclared identifier ToString
The program compiles and runs ok, so what is this some sort of bug in the IDE and is there a fix for it?