Vcl.StdActns.TFilePrintSetup.Dialog

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

Delphi

property Dialog: TPrinterSetupDialog read GetDialog;

C++

__property Vcl::Dialogs::TPrinterSetupDialog* Dialog = {read=GetDialog};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFilePrintSetup

説明

アクションで実行されるプリンタの設定ダイアログへのアクセスを提供します。

ファイルの印刷設定アクションを使用しているときは,TPrinterSetupDialog コンポーネントを設計時にフォームまたはデータモジュール上に配置しないでください。かわりに,アクションリストに TFilePrintSetup アクションを追加します。ダイアログを設定する場合は,たとえばヘルプコンテキストを指定するために,Dialog プロパティを使ってダイアログコンポーネントにアクセスできます。プリンタの設定ダイアログのコンポーネントは,TFilePrintSetup コンストラクタにより作成されます。

関連項目