FMX.Printer.TPrinter.FAborted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAborted: Boolean;

C++

bool FAborted;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Protected field that is used by the Aborted property. At any time, its value can be accessed through the Aborted property.

See Also