Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetLimitText
Method
SetLimitText
DuiLib/Control/UIRichEdit.cpp:1185–1191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
void CRichEditUI::SetLimitText(int iChars)
1186
{
1187
m_iLimitText = iChars;
1188
if( m_pTwh ) {
1189
m_pTwh->LimitText(m_iLimitText);
1190
}
1191
}
1192
1193
long CRichEditUI::GetTextLength(DWORD dwFlags) const
1194
{
Callers
nothing calls this directly
Calls
1
LimitText
Method · 0.80
Tested by
no test coverage detected