diff --git a/public10/ThreeFun/Fun/U_RTFun.pas b/public10/ThreeFun/Fun/U_RTFun.pas index d41b9bc..7b8b615 100644 --- a/public10/ThreeFun/Fun/U_RTFun.pas +++ b/public10/ThreeFun/Fun/U_RTFun.pas @@ -2484,7 +2484,7 @@ begin mGridName := cxGrid.GetParentComponent.Name + '.' + cxGrid.name; try - cxGrid.BeginUpdate() ; + cxGrid.BeginUpdate(); mADOTmp := TADOQuery.Create(nil); mADOTmp.ConnectionString := DConString; with mADOTmp do @@ -2545,7 +2545,7 @@ begin finally mADOTmp.close; mADOTmp.Free; - cxGrid.EndUpdate(); + cxGrid.EndUpdate() ; end; end;