Fix previous revision: The compiler complains about declaring properties after functions and procedures.

This commit is contained in:
Ansgar Becker
2007-08-27 18:36:26 +00:00
parent 2977bcb735
commit cc470b33fe

View File

@ -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;