RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.OnDrawGreekText Event

Occurs before drawing "Greek" text.

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

Write an OnDrawGreekText event handler to customize the way "Greek" text is drawn. The PageRect parameter indicates the current margins of the page.  

If the handler sets the DoneDrawing parameter to true, default drawing for the margins and "Greek" text is suppressed. This does not suppress special drawing features for envelope paper types: drawing the return address or stamp, and calling the OnDrawEnvStamp, and OnDrawRetAddress event handlers. 

 

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