FMX.Printer.TPrinter.Aborted

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Aborted: Boolean read FAborted;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

説明

ユーザーが印刷ジョブを中止したかどうかを判別します。

AbortedTrue の場合、印刷ジョブは中止されます。 False の場合には、ユーザーは印刷ジョブを中止していません。

Abort メソッドは、Aborted プロパティを True に設定します。

関連項目