CRichEditCtrl::GetTextLength
Recupera o comprimento do texto, em caracteres, esta CRichEditCtrl objeto, não incluindo o caractere nulo de terminação.
long GetTextLength( ) const;
Valor de retorno
O comprimento do texto neste CRichEditCtrl objeto.
Comentários
Para obter mais informações, consulte WM_GETTEXTLENGTH in the 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