with ADO_Tb do
begin
try
DisableControls;
Open;
finally
EnableControls;
end;
end;
DisableControls EnableControls 组合
追求永不止步...当你累的时候该来这里休息。
with ADO_Tb do
begin
try
DisableControls;
Open;
finally
EnableControls;
end;
end;