JVCL Help:TJvTFPrinter.FreeDoc
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFPrinter.FreeDoc Method
[+] TJvTFPrinter Events
[+] TJvTFPrinter Fields
[+] TJvTFPrinter Methods
[+] TJvTFPrinter Properties
Search in JVCL Help
Search in all projectsSummary
Releases resources allocated for printing.
Pascal
procedureFreeDoc; dynamic;
Description
When you are finished with a document, call FreeDoc to remove the document from memory and release any resources allocated by the document. Printer will take care of this for you if you forget to call FreeDoc, so you don't have to worry about resource leaks. A successful call to FreeDoc changes State to spsNoDoc.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page