Vcl.Printers.TPrinter.Aborted

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

Delphi

property Aborted: Boolean read FAborted;

C++

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

プロパティ

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

説明

ユーザーが印刷ジョブを強制終了したかどうかを判別するために使用します。

Aborted が True の場合,印刷ジョブは中止されています。False の場合,ユーザーは印刷ジョブを中止していません。

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

関連項目