Search found 1 match

by dkjMusic
Thu May 30, 2019 8:05 pm
Forum: AXWWriter and DOCXReadWrite
Topic: Memory Leak
Replies: 3
Views: 4190

Memory Leak

I have TDOCXReadWriteVcl and TAXWPreviewVcl components on Delphi form. I use DOCXReadWriteVcl.LoadFromFile(ProjectRF) to load an existing .docx document and everything looks fine. In the FormClose I have DOCXReadWriteVcl.Free; AXWPreviewVcl.Free; and Action := caFree; But when I close the app (it ha...