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
How do I do this?
I took a guess and tried
TfrxMemoView(Sender).Frame.Typ := [];
but get an error "Expression Expected".
Thanks,
Dale
Comments
ftTop, ftBottom,FtLeft, Ftright are valid values
turning on frame.typ:= fttop + ftbottom