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

Method GetLineCount

DuiLib/Control/UIRichEdit.cpp:1533–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531}
1532
1533int CRichEditUI::GetLineCount() const
1534{
1535 if( !m_pTwh ) return 0;
1536 LRESULT lResult;
1537 TxSendMessage(EM_GETLINECOUNT, 0, 0, &lResult);
1538 return (int)lResult;
1539}
1540
1541CDuiString CRichEditUI::GetLine(int nIndex, int nMaxLength) const
1542{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected