This "blessed" component, unfortunately I need to use it, it happens that whenever I try to close the Form it closes, but always gives an AccessViolation .
There is nothing in the Form besides a TAcroPDF and a Close button.
The impression is that the form is being closed before destroying the component, I happen to have already tried FreeAndNil(AcroPDF1); AcroPDF.Free; AcroPDF.Destroy
etc etc ... and nothing, they insist on giving the AccessViolation .
I put the Form construction inside a Try to solve the problem, but it is not the correct way, whenever I need to move this Form at development time, here comes the damn Accessviolation.
Has anyone had this and solved it?
Obs: I solved this problem on another screen using TWebbrowser to open PDF, but I use this TAcroPDF in several screens and would have to rewrite them, causing other problems in the application since this TWebbrowser is also a annoying component to move before from radical departure I would like to know if there is a more friendly solution for TAcroPDF.