<< Click to display table of contents >> TSRichViewEdit.OnPrinting |
Occurs on printing.
type
TSRVPrintingEvent = procedure(Sender: TSRichViewEdit;
PageCompleted: Integer; Step: TRVPrintingStep) of object;
property OnPrinting : TSRVPrintingProgressEvent;
This is the analog of TRVPrint.OnSendingToPrinter, see the TRichView help file.
See also: