WordWrap for TfrxRichView?

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

Is there some other way?

Comments

  • gpigpi
    edited 7:47PM
    It seems FR doesn't allow to change WordWrap for TfrxRichView.RichEdit

Leave a Comment