mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:00:16 +08:00
Refactor code in SQL help dialog, replace the TTreeView with a VirtualTree.
This commit is contained in:
@ -368,6 +368,7 @@ type
|
||||
property SQL: String read FSQL write SetSQL;
|
||||
property Connection: TMySQLConnection read FConnection write FConnection;
|
||||
end;
|
||||
PMySQLQuery = ^TMySQLQuery;
|
||||
|
||||
|
||||
implementation
|
||||
|
Reference in New Issue
Block a user