EdGetModifyΒΆ

EdGetModify determines if the contents of a editor window has been modified.

bool = EdGetModify(hEdit)

Return Value

bool is TRUE (1) if the contents of the editor have been modified. bool is FALSE (0) if the contents of the editor have remained unchanged.

Parameters

hEdit

Identifies the editor.

id-1842927