FMX.Printer.TPageSetupDialog.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 TPageSetupDialog


説明

ページ設定 ダイアログを表示します。

DoExecute は、ページ設定プロパティを含むダイアログ ボックスを表示します。DoExecute は、ユーザーがページ設定操作を完了したら True を、ユーザーがそれをキャンセルした場合には False を返します。

メモ: DoExecute は、TPageSetupDialog の protected メンバーで、それゆえ、ダイアログ ボックスを表示させるには、代わりに Execute を呼び出す必要があります。

関連項目