DisableControls EnableControls 组合
时间:2011-05-10 来源:比翼飞贤
with ADO_Tb do
begin
try
DisableControls;
Open;
finally
EnableControls;
end;
end;
相关阅读 更多 +
排行榜 更多 +
时间:2011-05-10 来源:比翼飞贤
with ADO_Tb do
begin
try
DisableControls;
Open;
finally
EnableControls;
end;
end;