diff -r 43e37759235e -r 51a74ef9ed63 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 Wed Mar 31 11:11:55 2010 +0100 @@ -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