How to turn off frame
I'm using CBuilder XE & Fast Reports 4. I have looked though this forum & found this subject discussed before. But the answer isn't very clear. There is no ftnone option for frame.typ. Can someone show me some code for this?
Comments
Thanks for the answer but it doesn't work. And the format is Memo1.Frame.Typ. I have tried it this way also:
Memo1.Frame.Typ = Memo1.Frame.Typ >> ftLeft
which doesn't work either.
This works for turning off the Bold:
Memo1.Font.Style = Memo1.Font.Style >> fsBold;