Change font size RichView

Luiz HenriqueLuiz Henrique Sorocaba
edited January 2017 in FastReport VCL 5
How can i change the font sieze from richview in run time?
In Delph, i tried:

var
Component: TfrxRichView;
......
......
component := frxreport1.findobject('rich1');
if Component is TfrxRichView then
TfrxRichView(Component).font.size := 10;
......

But nothing happened!

Comments

  • gpigpi
    edited 10:03AM
    TfrxRichView(frxReport1.FindObject('Rich1')).RichEdit.Font.Size := 16;
    

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.