JVCL Help:TJvTFPrinterState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the possible states of a printing component.

run\JvTFManager.pas


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.

run\JvTFManager.pas


Description

The TJvTFPrinterState enumeration is used by the TJvTFPrinter component to describe the current state of the component.

run\JvTFManager.pas


About

Navigation

no pages or subcategories

run\JvTFManager.pas



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