RVPrint.OnPrintComponent
Posted: Thu Sep 12, 2024 5:44 pm
In version 22.2 of TRichView component RVPrint I am using Delphi12.1:
I am running into TRVBitmap however I can't find RVGraphic or the unit that contains this. (I would rather not upgrade to 22.4 if possible since we normally have to do quite a bit to support each update in our code.)
A note normally when a component is dropped on the form it pulls in the necessary units. This one is not pulling in the needed unit for TRVBitmap in Delphi12.1
I am running into TRVBitmap however I can't find RVGraphic or the unit that contains this. (I would rather not upgrade to 22.4 if possible since we normally have to do quite a bit to support each update in our code.)
Code: Select all
procedure TfrmPrintPreview.RVPrintPrintComponent(Sender: TCustomRVPrint;
PrintMe: TControl; var ComponentImage: TRVBitmap);