Formatting RichEdit

edited 4:17AM in FastReport 3.0
RichView.RichEdit.Alignment := taCenter;

does not work

RichView.RichEdit.Paragraph.Alignment := taCenter;

give an error message

RichView.RichEdit.Paragraph.Alignment := paCenter;

gives me an incompatible types problem

does anyone know how to center the richedit

Thanks

Leave a Comment