JVCL Help:TJvTFPrinterDrawEvent

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event type used in various pre-print drawing events.

run\JvTFManager.pas


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

run\JvTFManager.pas


Description

TJvTFPrinterDrawEvent is the event type for TJvTFPrinter's OnDrawFooter, OnDrawHeader and OnDrawBody events.

run\JvTFManager.pas


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