MCPcopy Create free account
hub / github.com/cinience/RedisStudio / InsertText

Method InsertText

DuiLib/Control/UIRichEdit.cpp:1412–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410}
1411
1412int CRichEditUI::InsertText(long nInsertAfterChar, LPCTSTR lpstrText, bool bCanUndo)
1413{
1414 int nRet = SetSel(nInsertAfterChar, nInsertAfterChar);
1415 ReplaceSel(lpstrText, bCanUndo);
1416 return nRet;
1417}
1418
1419int CRichEditUI::AppendText(LPCTSTR lpstrText, bool bCanUndo)
1420{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected