Vcl.Printers.TPrinter.Printing
Delphi
property Printing: Boolean read FPrinting;
C++
__property bool Printing = {read=FPrinting, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Printers.pas Vcl.Printers.hpp |
Vcl.Printers | TPrinter |
Description
Indicates whether a print job is printing.
Use Printing to determine if a job is printing.
Printing is true when the application has called the BeginDoc method but the EndDoc method (or the Abort method) hasn't yet been called.
See Also
Code Examples