标签: inno-setup
我想检查ADOConnection是否在代码中打开,然后它应该使用if-else语句关闭,如
if ADOConnection.open then begin ADOConnection.Close; end;