EdCanUndoΒΆ

EdCanUndo checks if the last editor operation can be undone.

bool = EdCanUndo(hEdit)

Return Value

bool is TRUE (1) if the last editor operation can be undone by a call to the EdUndo member function, and FALSE (0) if it cannot be undone.

Parameters

hEdit

Identifies the editor.

id-840537