How to turn frame off in code

I want to turn off the frame around a memoview in the OnBeforePrint event.

How do I do this?

I took a guess and tried

TfrxMemoView(Sender).Frame.Typ := [];

but get an error "Expression Expected".

Thanks,

Dale

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:40AM
    ie in obp of band memo1.Frame.Typ := ftnone;
    ftTop, ftBottom,FtLeft, Ftright are valid values
    turning on frame.typ:= fttop + ftbottom

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.