CRichEditCtrl::GetModify
判斷是否已修改這 CRichEditCtrl 物件內容。
BOOL GetModify( ) const;
傳回值
不是零,如果修改了這 CRichEditCtrl 物件中的文字,則為 0。
備註
視窗會維持這個內部旗標變更 Rich Edit 控制項的內容。 清除這個旗標,以編輯控制項首次建立並能呼叫 SetModify 成員函式也會清除時。
如需詳細資訊,請參閱 Windows SDK的 EM_GETMODIFY 。
範例
// Reset the modified state only if the text has been modified.
if (m_myRichEditCtrl.GetModify())
m_myRichEditCtrl.SetModify(FALSE);
需求
Header: afxcmn.h