FMX.Printer.TPrinterSetupDialog.DoExecute

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

Delphi

function DoExecute: Boolean; override;

C++

virtual bool __fastcall DoExecute();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinterSetupDialog


説明

プリンタ構成 ダイアログを表示します。

DoExecute は、印刷設定ダイアログを開き、Boolean 値を返します:ユーザーが[OK]をクリックした場合は True を、そうでなければ False を返します。

関連項目