WordWrap for TfrxRichView?
I want to turn off WordWrap for a TfrxRichView but can't find the property. I also tried
Is there some other way?
procedure RichVortextOnBeforePrint(Sender: TfrxComponent);
begin
  RichVortext.RichEdit.WordWrap := False;
end;
but it didn't show an effect.Is there some other way?
Comments