Member variable XbpMLE():changed Foundation

Determines whether the text in the edit buffer has been changed by user entry.

Attribute: ACCESS, ASSIGN, EXPORTED
Data type: Logical (.F.)
Description

By default, this instance variable contains the value .F. (false). As soon as the edit buffer of the XbpMLE object has been changed by keyboard entry,:changed is set to .T. (true). This can be used to determine whether the edit buffer of the edit window has been changed. The instance variable :changed is automatically reset to .F. (false) whenever the :setData() or :undo() method is executed.

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.