Vcl.Dialogs.TPageSetupDialog.OnDrawRetAddress

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

Delphi

property OnDrawRetAddress: TPaintPageEvent read FOnDrawRetAddress write FOnDrawRetAddress;

C++

__property TPaintPageEvent OnDrawRetAddress = {read=FOnDrawRetAddress, write=FOnDrawRetAddress};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

説明

ダイアログが返信先住所を描画する前に発生します。

返信先住所を描画する方法をカスタマイズするには,OnDrawRetAddress イベントハンドラを記述します。PageRect パラメータは,返信先住所の境界を示します。

このハンドラが DoneDrawing パラメータを true に設定した場合,デフォルトの返信先住所は描画されません。

OnDrawRetAddress は,封筒の用紙の種類に対してのみ発生します。