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

Method GetModify

DuiLib/Control/UIRichEdit.cpp:1240–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240bool CRichEditUI::GetModify() const
1241{
1242 if( !m_pTwh ) return false;
1243 LRESULT lResult;
1244 TxSendMessage(EM_GETMODIFY, 0, 0, &lResult);
1245 return (BOOL)lResult == TRUE;
1246}
1247
1248void CRichEditUI::SetModify(bool bModified) const
1249{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected