JVCL Help:TJvTFPrinterState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFPrinterState type
Search in JVCL Help
Search in all projectsSummary
Defines the possible states of a printing component.
Pascal
run\JvTFManager.pas
TJvTFPrinterState = (
spsNoDoc,
spsCreating,
spsAssembling,
spsFinished
);
Members
Members | Description |
spsNoDoc | No document exists. |
spsCreating | This is the state of the printer when NewPage can be called and page bodies can be drawn. |
spsAssembling | The assembling process is started by a call to FinishDoc. |
spsFinished | A complete document exists and is now ready to be sent to a printer or saved to a file. |
Description
The TJvTFPrinterState enumeration is used by the TJvTFPrinter component to describe the current state of the component.
About
no pages or subcategories
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