mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 03:30:50 +08:00
Fix previous revision: The compiler complains about declaring properties after functions and procedures.
This commit is contained in:
@ -546,7 +546,6 @@ type
|
||||
VTRowDataListCommandStats,
|
||||
VTRowDataListTables,
|
||||
VTRowDataListColumns : TVTreeDataArray;
|
||||
function GetVTreeDataArray( VT: TBaseVirtualTree ): TVTreeDataArray;
|
||||
|
||||
FProgressForm : TFrmQueryProgress;
|
||||
procedure Init(AConn : POpenConnProf; AMysqlConn : TMysqlConn);
|
||||
@ -567,6 +566,7 @@ type
|
||||
procedure ClearAllTableLists;
|
||||
procedure UpdateTreeTableList;
|
||||
procedure EnsureActiveDatabase;
|
||||
function GetVTreeDataArray( VT: TBaseVirtualTree ): TVTreeDataArray;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user