Function ReadUpdated() Foundation

Reads or sets the Updated status.

Syntax
ReadUpdated( [<lToggle>] ) --> lUpdated
Parameters
<lToggle>
With the logical expression <lToggle>, the UPDATED status in the Get system can be set (see function Updated()).
Return

The return value of ReadUpdated() is the value of the UPDATED status.

Description

ReadUpdated() reads and optionally sets the UPDATED status. The UPDATED status indicates whether input fields were changed during the execution of the READ command or the function ReadModal(). Reading the flag status occurs normally by Updated(), but Updated() cannot change the status. A user-defined Get reader sometimes needs to manipulate the UPDATED status directly, and ReadUpdated() is provided for this purpose.

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.