RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.OnDrawRetAddress Event

Occurs before dialog draws return address.

Pascal
property OnDrawRetAddress: TPaintPageEvent;
C++
__property TPaintPageEvent OnDrawRetAddress;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!