JVCL Help:TJvPagePaintEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

The type of event handlers that allow you to paint in a specific area on a canvas.

run\JvPageList.pas


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.

run\JvPageList.pas


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.

run\JvPageList.pas


See Also

TJvCustomPage.OnAfterPaint, TJvCustomPage.OnPaint

run\JvPageList.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