JVCL Help:TJvTFPrinter.FreeDoc

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvTFPrinter.State


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