EmEditor Home - EmEditor Help - Plug-in Reference - Messages

EE_GET_MODIFIED

Retrieves the modified state of the text. You can send this message explicitly or use the Editor_GetModified inline function.

EE_GET_MODIFIED
    wParam = 0;
    lParam = 0;

Parameters

None.

Return Values

If the text is modified, the return value is TRUE. If the text is not modified, the return value is FALSE.

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.