Included for backward compatibility. Use the InteractiveChange Event or ProgrammaticChange Event instead.
This function is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:
Returns true (.T.) if you changed any data during the most recent READ.
UPDATED() |
Return Value
Return value - Logical
Remarks
UPDATED() returns true if the data in a field, spinner or text editing region was changed or if a choice was made from a check box; an invisible, push or radio button; a list; or a popup.
UPDATED() returns false (.F.) if the data in a field, spinner or text-editing region wasn't changed or no choices were made from a check box, an invisible, push or radio button, a list, or a popup during the most recent READ. UPDATED() returns false if a control was updated from within a program (for example, with REPLACE or SHOW GETS).

Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08