Formatting RichEdit
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
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