TTMSFNCGraphicsPrintIO.OnAfterDrawFooter Event
Fires after the footer text has been drawn on each page.
API unit family: TMSFNCPrintIO
Declaring type: TTMSFNCGraphicsPrintIO
Inherited from: TTMSFNCCustomPrintIO
Syntax
OnAfterDrawFooter: TTMSFNCPrintIOAfterDrawFooterEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The print IO component that raised the event. |
AExportObject |
The object whose page footer was drawn. |
APageIndex |
Zero-based index of the page. |
ARect |
Rectangle of the footer area. |
AGraphics |
Canvas used for the footer drawing. |
AFooter |
The footer text that was rendered. |