LostFocus Event


PLBCMP GUI Only

square.png Objects

 

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:

  1. The LostFocus event is referenced using an event value of eleven (11). The equated label in PLBEQU.INC for this event is $LOSTFOCUS.

  2. This event validates the value of an object.

  3. 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

 



PL/B Language Reference Load Event MouseDown Event