Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

True or false. If false, the program execution returns to the calling procedure. If true, the event processing goes to the next level.

See also

FOCUS propertyGOTFOCUS eventINACTIVATED event

Remarks

A common mistake is returning 0 from LOSTFOCUS, not allowing the system event handler to process changes to data in bound controls. Always return 1 or use Forward_Event from LOSTFOCUS unless you want to suppress the system event handler.