JVCL Help:TJvPagePaintEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPagePaintEvent type
[+] JvPageList.pas Types
Search in JVCL Help
Search in all projectsSummary
The type of event handlers that allow you to paint in a specific area on a canvas.
Pascal
run\JvPageList.pas
TJvPagePaintEvent = procedure (Sender: TObject; ACanvas: TCanvas; ARect: TRect) ofobject;
Parameters
Parameters | Description |
Sender | The class that triggered the event. |
ACanvas | The canvas to draw on. |
ARect | The area on the canvas to draw inside. |
Description
The TJvPagePaintEvent type is the type for events that allows custom painting on a specified area of a canvas. For example, the OnAfterPaint and OnPaint events of TJvCustomPage are of this type.
See Also
TJvCustomPage.OnAfterPaint, TJvCustomPage.OnPaint
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