Table of Contents

TTMSFNCGraphicsPrintIO.OnBeforeDrawFooter Event

Fires before the footer is drawn; modify AFooter to override the footer text or set ADefaultDraw to False to suppress it.

API unit family: TMSFNCPrintIO Declaring type: TTMSFNCGraphicsPrintIO Inherited from: TTMSFNCCustomPrintIO

Syntax

OnBeforeDrawFooter: TTMSFNCPrintIOBeforeDrawFooterEvent;

Parameters

Name Description
Sender The print IO component that raised the event.
AExportObject The object whose page footer is about to be drawn.
APageIndex Zero-based index of the page.
ARect Rectangle of the footer area.
AGraphics Canvas for drawing the footer.
AFooter Modify this to change the footer text.
ADefaultDraw Set to False to suppress built-in footer rendering and handle it yourself.