Change font size RichView
Luiz Henrique
Sorocaba
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!
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