Hi,
I just want to know that Can we Save the Data in Rich View with out Format.
Actually, I am using Rich View in a Service (Thread based),
In that case, there is no control and for format the data, Rich View needs a Parent control.
Also Format function is not working properly in threaded based apps.
Can you please suggest me what to do ?
Thanks & Regards,
Tarun
Can we Save the Data in Rich View with out Format
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Formatting is not necessary if you do not use functions requiring formatted documents.
With unformatted documents you cannot:
- display the control;
- use search or any other methods related to selection;
- (in TRichViewEdit) use any editing methods;
- save RTF files containing tables.
Otherwise, formatting is not necessary.
With unformatted documents you cannot:
- display the control;
- use search or any other methods related to selection;
- (in TRichViewEdit) use any editing methods;
- save RTF files containing tables.
Otherwise, formatting is not necessary.