Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CEdit::SetModify
CEdit                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void SetModify( BOOL bModified = TRUE );
 
  Parameter   Description
 
  <bModified> A value of TRUE indicates that the text has been modified,
              and a value of FALSE indicates it is unmodified. By default,
              the modify flag is set.
 
  Remarks
 
  Sets or clears the modification flag for an edit control. The
  modification flag indicates whether or not the text within the edit
  control has been modified. It is automatically set whenever the user
  changes the text. Its value may be retrieved with the GetModify member
  function.
 
  See Also
 
  CEdit::GetModify, EM_SETMODIFY
 
 
                                     -♦-