JVCL Help:TJvTFPrinterDrawEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFPrinterDrawEvent type
[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used in various pre-print drawing events.
Pascal
run\JvTFManager.pas
TJvTFPrinterDrawEvent = procedure (Sender: TObject; aCanvas: TCanvas; ARect: TRect; PageNum: Integer) ofobject;
Parameters
Parameters | Description |
Sender | The object that fired the event. |
aCanvas | Provides a canvas for you to do any custom drawing on. |
ARect | Provides a bounding rectangle for your drawing. |
PageNum | The page that the event is being fired for |
Description
TJvTFPrinterDrawEvent is the event type for TJvTFPrinter's OnDrawFooter, OnDrawHeader and OnDrawBody events.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page