Vcl.Dialogs.TPageSetupDialog.OnDrawGreekText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawGreekText: TPaintPageEvent read FOnDrawGreekText write FOnDrawGreekText;

C++

__property TPaintPageEvent OnDrawGreekText = {read=FOnDrawGreekText, write=FOnDrawGreekText};

Properties

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

Description

Occurs before drawing "Greek" text.

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.

See Also