TPlusMemoPrinter.OnProgress event
PlusMemo Help Send comments on this topic.
TPlusMemoPrinter.OnProgress event

Glossary Item Box

 

Applies to

TPlusMemoPrinter component

 

Declaration

property OnProgress: TNotifyEvent;

 

Description

This event is triggered before printing a page as a result of calling one of the print methods.  It occurs once for every page printed.

 

This event is a chance to cancel the printout by using the AbortPrint method, or to provide progress feedback to the user by using properties CurrentPage, PrintStartPage  and PageCount.