FMX.Platform.IFMXDialogService.DialogPrinterSetup

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

Delphi

function DialogPrinterSetup: Boolean;

C++

virtual bool __fastcall DialogPrinterSetup() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXDialogService

説明

下位クラスでは、DialogPrinterSetup は、[プリンタの設定(オプション)]ダイアログボックスを表示、実行するための機能を実装します。

DialogPrinterSetup は、[印刷]ダイアログボックスが正しく実行された際には True を、そうでなければ False を返します。

関連項目