Adobe Acrobat PDF控件AcroPDF.ocx退出窗体报错的解决方法:

在Form的Destroy事件中写入(需引用ole2单元)

if APDF1<>nil then
  begin
    APDF1.Destroy;
    Application.ProcessMessages;
    CoFreeUnusedLibraries();
  end; 

相关文章:

  • 2021-09-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-09-07
  • 2021-10-28
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案