Refactor code in SQL help dialog, replace the TTreeView with a VirtualTree.

This commit is contained in:
Ansgar Becker
2010-07-31 17:16:08 +00:00
parent b13ce034be
commit 25fb0ed266
5 changed files with 300 additions and 256 deletions

View File

@ -368,6 +368,7 @@ type
property SQL: String read FSQL write SetSQL;
property Connection: TMySQLConnection read FConnection write FConnection;
end;
PMySQLQuery = ^TMySQLQuery;
implementation