RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.OnDrawEnvStamp Event

Occurs before dialog draws stamp.

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

Write an OnDrawEnvStamp event handler to customize the way the page setup dialog draws the stamp. The PageRect parameter indicates the boundaries of the stamp.  

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

OnDrawEnvStamp only occurs for envelope paper types. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!