如何检查ADOConnection是否在inno设置中打开

时间:2014-03-07 06:30:55

标签: inno-setup

我想检查ADOConnection是否在代码中打开,然后它应该使用if-else语句关闭,如

if ADOConnection.open then 
begin
 ADOConnection.Close;
end;

0 个答案:

没有答案