Editable.enableUndo
bool enableUndo() @property nothrow;Get enableUndo property.
Returns
If undo/redo should be enabled for the editable.
void enableUndo(bool propval) @property nothrow;Set enableUndo property.
Parameters
propval | If undo/redo should be enabled for the editable. |