SECEdit::SetEditText

void SECEdit::SetEditText(LPCTSTR lpszText, int nLength = -1)

Sets the text of this model to lpszText

Defined in: SECEdit.cpp

Return Value

void

Parameters

lpszText

Pointer to the new text for this model

nLength

The length of TCHARs of the new text to use. If -1, take until a terminating NULL.

Developer Notes

Calling this method clears the undo buffer.