This commit is contained in:
sgwp 2024-07-22 10:38:54 +08:00
parent f361e4e39a
commit 41c4a5933c

View File

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