I create an approx. 1000-page document, preview it and have a rather long waiting time when closing it.
The command ...
Code: Select all
DOCX.Editor.Clear;
Is there a better/faster way to delete a document again?
- Dirk
Code: Select all
DOCX.Editor.Clear;
Code: Select all
FLogParas.Clear;
Code: Select all
FLogParas.Updating := True;