Vcl.StdActns.TPrintDlg

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

Vcl.StdActns.TCommonDialogActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPrintDlg

Delphi

TPrintDlg = class(TCommonDialogAction)

C++

class PASCALIMPLEMENTATION TPrintDlg : public TCommonDialogAction

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

説明

TPrintDlg は,[印刷]ダイアログボックスを表示する標準のアクションです。

TPrintDlg をアクションリストに追加すると,アプリケーションに[印刷]ダイアログボックスを追加できます。メニュー項目やツールバーボタンなど,このアクションにリンクされているコントロールを使用して,アプリケーションで,[印刷]ダイアログボックス(TPrintDialog)を表示できるようになります。OnAccept イベントハンドラを記述すると,ユーザーが[OK]をクリックしたときに実際の印刷を実行できます。ダイアログボックス内でのユーザーの選択の詳細は,Dialog プロパティから読み出すことができます。

関連項目