I'm using an Adobe PDF ActiveX component (TAcroPDF), it works fine, it happens when you close the form with the proper Release lines; FreeAndNil (TForm); in OnClose, it still generates an error when closing, it seems to me that it does not release the TAcroPDF component from memory because in hundreds of other Forms in the application this is the only one that has this component and generates the error, when removing the component it normal date.
I tried giving a FreeAndNil (AcroPDF1); but it generates error when trying to destroy.
I have tried numerous ways to destroy the form and PDF object but without success, so I came to my colleagues to see if anyone can give some idea of what else I can do.