Wrong "uses".

Issue #44 resolved
Daniel Roziecki created an issue

TSQLConnection is declared in c_BaseDB.

Here is no c_BaseDB at uses, and TSQLConnection is showed as undeclared, what is correct.

Error11a.png

And now I added c_BaseDB, to "uses" but in implementation section, and TSQLConnection should be still showed as undeclared, but they aren't.

Error11b.png

Daniel Roziecki

Comments (2)

  1. Log in to comment