CRichEditCtrl::GetTextLength
Retorna o tamanho do texto, os caracteres, em este objeto de CRichEditCtrl , não incluindo o caractere de terminação zero.
long GetTextLength( ) const;
Valor de retorno
O tamanho do texto em este objeto de CRichEditCtrl .
Comentários
Para obter mais informações, consulte WM_GETTEXTLENGTH em Windows SDK.
Exemplo
// Limit the rich edit controls text to the number of
// characters currently in it.
m_myRichEditCtrl.LimitText(m_myRichEditCtrl.GetTextLength());
Requisitos
Cabeçalho: afxcmn.h