FMX.Printer.TPrinter.Printing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Printing: Boolean read FPrinting;

C++

__property bool Printing = {read=FPrinting, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Indicates whether a print job is printing.

Use Printing to determine whether a job is printing.

Printing is True when the application has called the BeginDoc method but the EndDoc method (or the Abort method) has not yet been called.

See Also