FMX.Printer.TPrinter.Aborted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Aborted: Boolean read FAborted;

C++

__property bool Aborted = {read=FAborted, nodefault};

Properties

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

Description

Determines whether the user aborted the print job.

If Aborted is True, the print job was aborted. If it is False, the user did not abort the print job.

The Abort method sets the Aborted property to True.

See Also