trichview.support
RVPrintExPagePrepaint - need additional argument |
Author |
Message |
Joe Burton |
Posted: 02/15/2002 5:26:04 Sergey, Can you add another argument to RVPrintExPagePrepaint? It seems that you missed an argument for procedure TCustomRichView. Right now I have to use the RVPrintExFormatting event in order to obtain an instance of RichView to use in the RVPrintExPagePrepaint event. In your printing example, demonstrating headers, you hardcode in your RichView instance. It would be much eaiser, for me at least, if you could add the additional argument to the RVPrintExPagePrepaint event's argument list.. Thanks, Joe procedure TPrintPreviewer.RVPrintExPagePrepaint(Sender: TRVPrint; PageNo: Integer; Canvas: TCanvas; Preview: Boolean; PageRect, PrintAreaRect: TRect); |
Powered by ABC Amber Outlook Express Converter