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,
|
VTRowDataListCommandStats,
|
||||||
VTRowDataListTables,
|
VTRowDataListTables,
|
||||||
VTRowDataListColumns : TVTreeDataArray;
|
VTRowDataListColumns : TVTreeDataArray;
|
||||||
function GetVTreeDataArray( VT: TBaseVirtualTree ): TVTreeDataArray;
|
|
||||||
|
|
||||||
FProgressForm : TFrmQueryProgress;
|
FProgressForm : TFrmQueryProgress;
|
||||||
procedure Init(AConn : POpenConnProf; AMysqlConn : TMysqlConn);
|
procedure Init(AConn : POpenConnProf; AMysqlConn : TMysqlConn);
|
||||||
@ -567,6 +566,7 @@ type
|
|||||||
procedure ClearAllTableLists;
|
procedure ClearAllTableLists;
|
||||||
procedure UpdateTreeTableList;
|
procedure UpdateTreeTableList;
|
||||||
procedure EnsureActiveDatabase;
|
procedure EnsureActiveDatabase;
|
||||||
|
function GetVTreeDataArray( VT: TBaseVirtualTree ): TVTreeDataArray;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user