Table of Contents

TTMSFNCPrintIOBeforeDrawFooterEvent Event Type

Fires before the page footer is printed; modify AFooter or set ADefaultDraw to False to suppress default rendering.

API unit family: TMSFNCPrintIO

Parameters

Name Description
Sender The print IO component that raised the event.
AExportObject The object being printed on this page.
APageIndex Zero-based page index.
ARect Footer area rectangle in pixels.
AGraphics Graphics context for custom footer drawing.
AFooter Footer text; modify to change what is printed.
ADefaultDraw Set to False to skip the built-in footer rendering.