JVCL Help:TJvPreviewPrinter.OnNewPage

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 a new page is to be printed.


Pascal

 TJvNewPageEvent = procedure (Sender: TObject; PageIndex: Integer) ofobject;
propertyOnNewPage: TJvNewPageEvent;


Parameters

Parameters Description
PageIndex The number of the page that is to be printed.
Sender The object that called the event.


Description

Write a handler for OnNewPage to take specific action when a new page is about to be sent to the printer. For example, you can update the progress on a dialog shown to the user.


See Also

TJvPreviewPrinter.OnAbort, TJvPreviewPrinter.OnBeginDoc, TJvPreviewPrinter.OnEndDoc


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