Member variable XbpSLE():changed Foundation

Indicates whether 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 XbpSLE object has been changed by keyboard entry,:changed is set to .T. (true). This can be used to determine whether the edit buffer of an entry field 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.