Vcl.Dialogs.TPageSetupDialog.OnDrawRetAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawRetAddress: TPaintPageEvent read FOnDrawRetAddress write FOnDrawRetAddress;

C++

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

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

Description

Occurs before dialog draws return address.

Write an OnDrawRetAddress event handler to customize the way the page setup dialog draws the return address. The PageRect parameter indicates the boundaries of the return address

If the handler sets the DoneDrawing parameter to true, default return address drawing is suppressed.

OnDrawRetAddress only occurs for envelope paper types.