JVCL Help:TJvWizardCustomPage.OnPaintPage

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the page needs to be drawn.


Pascal

 TJvWizardPaintPageEvent = procedure (Sender: TObject; ACanvas: TCanvas; var ARect: TRect) ofobject;
propertyOnPaintPage: TJvWizardPaintPageEvent;


Parameters

Parameters Description
ARect The rect area to draw within.
ACanvas The canvas to draw on.
Sender The page that needs painting.


Description

Write a handler for this event to custom draw the page.


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