mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Previous change done right. Or so I hope.
This commit is contained in:
@ -1003,6 +1003,8 @@ begin
|
||||
Application.Title := APPNAME;
|
||||
|
||||
SetLength(FDataGridResult.Rows, 0);
|
||||
SetLength(FDataGridResult.Columns, 0);
|
||||
SetLength(FQueryGridResult.Rows, 0);
|
||||
SetLength(FQueryGridResult.Columns, 0);
|
||||
|
||||
// Closing connection
|
||||
|
Reference in New Issue
Block a user