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::GetModify
CEdit                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL GetModify() const;
 
  Remarks
 
  Determines if the contents of an edit control have been modified.
 
  Windows maintains an internal flag indicating whether the contents of
  the edit control have been changed. This flag is cleared when the edit
  control is first created, and may also be cleared by calling the
  SetModify member function.
 
  Return Value
 
  TRUE if the edit-control contents have been modified; FALSE if they have
  remained unchanged.
 
  See Also
 
  CEdit::SetModify, EM_GETMODIFY
 
 
                                     -♦-