CRichEditCtrl::GetTextLength
Načte délku textu, znaky v tomto CRichEditCtrl objektu není včetně ukončujícím znakem null.
long GetTextLength( ) const;
Vrácená hodnota
Délka textu v tomto CRichEditCtrl objektu.
Poznámky
Další informace naleznete v WM_GETTEXTLENGTH v .
Příklad
// Limit the rich edit controls text to the number of
// characters currently in it.
m_myRichEditCtrl.LimitText(m_myRichEditCtrl.GetTextLength());
Požadavky
Záhlaví: afxcmn.h