mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Refactor code in SQL help dialog, replace the TTreeView with a VirtualTree.
This commit is contained in:
@ -1821,6 +1821,7 @@ begin
|
||||
FreeAndNil(DataGridHiddenColumns);
|
||||
SynMemoFilter.Clear;
|
||||
SetLength(DataGridSortColumns, 0);
|
||||
FreeAndNil(SQLHelpForm);
|
||||
|
||||
// Closing connection
|
||||
Connection.Active := False;
|
||||
|
Reference in New Issue
Block a user