SECEdit::SerializeText
voidSECEdit::SerializeText(CArchive&ar)
Serializes the text of this model
Defined in: SECEdit.cpp
Return Value
void
Parameters
ar
The CArchive with which to serialize
Developer Notes
When writing to the archive, the text is retrieved from this model by calling GetEditText, and when reading from the archive the text set to the model by calling SetEditTextEither loading or saving clears the undo buffer and sets the modified flag to false.