I want to save text of RichViewEdit1 to DB as plain text. if I use the following code, The list markers does not save.
Code: Select all
RichViewEdit1.SelectAll;
RichViewEdit1.GetSelText;
How I save the list markers with main text as plain text?
Is it possible to convert list markers to text item?