Home » U++ Library support » RichText,QTF,RTF... » RichTextView::GetData() Method
RichTextView::GetData() Method [message #57511] |
Tue, 14 September 2021 20:46  |
mubeta
Messages: 77 Registered: October 2006
|
Member |
|
|
If the qtf code in the viewer don't contain any text, the GetData method return an empty string, losing all the others qtf data: paragraph format and what else. I think that is not the best, and for my developing app, I had remove this feature.
Value RichTextView::GetData() const
{
//if(text.IsEmpty()) return Value();
return GetQTF();
}
|
|
|
Goto Forum:
Current Time: Tue Jun 10 07:30:43 CEST 2025
Total time taken to generate the page: 0.04718 seconds
|