diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-74A4A88D-768E-51B9-B50B-81CF35D5D692.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-74A4A88D-768E-51B9-B50B-81CF35D5D692.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,14 @@ + + + + + +How to reset

The following code resets the document. Resetting deletes all text and formatting, leaving the end of text paragraph delimiter. Because resetting deletes the document’s content and formatting, a call to HandleGlobalChangeL() is required to update the formatting and the view.

// Reset document. +iRichText->ResetL(); // change whole document +iTextView->HandleGlobalChangeL();
\ No newline at end of file