Member variable DataRef():undo Foundation

A code block executed by the method :undo().

Attribute: EXPORTED
Data type: Code block | NIL
Description

The instance variable :undo contains an optional code block which is executed by the method :undo(). self is passed to the code block and it must return the value which is to replace the current value in the edit buffer of the Xbase Part. If no code block is specified, the method :undo() assigns the instance variable :undoBuffer to the edit buffer.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.