LostFocus Event
PLBCMP GUI Only
The LostFocus event occurs when an object loses keyboard focus by the user clicking on another object, tabbing to another object, or when the SETFOCUS statement is used with another object.
Note the following:
The LostFocus event is referenced using an event value of eleven (11). The equated label in PLBEQU.INC for this event is $LOSTFOCUS.
This event validates the value of an object.
If the object is an EDITTEXT object, the Event Result contains a one (1) if the object lost focus and data changed.
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |