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

@ -1821,6 +1821,7 @@ begin
FreeAndNil(DataGridHiddenColumns);
SynMemoFilter.Clear;
SetLength(DataGridSortColumns, 0);
FreeAndNil(SQLHelpForm);
// Closing connection
Connection.Active := False;