Rounded frame of memo
Hello,
Is it a possibility to draw rounded frame of memos ?
What about the possibility to add this feature ?
Regards
Michal
Is it a possibility to draw rounded frame of memos ?
What about the possibility to add this feature ?
Regards
Michal
Comments
But the rounded rectangle can't be stretched. If the contents of memo grows the rounded rectangle has the same height.
Regards
Michal
Something like this:
procedure Shape1OnBeforePrint(Sender: TfrxComponent);
begin
Shape1.height:=Memo5.Height;
end;
I tested this in FastReport Demo on "Memo and Pictures" report. It seems to work.
But the nice would be have a possibility to define rounded frame for memos without necessary to add shape component.
Regards
Michal