Close Event
PLBCMP GUI Only
The Close event occurs when the close option has been selected from the system menu or a click has occurred in the window's close box. Use the Close event to perform special processing before the form closes.
Note the following:
The Close event is referenced using an event value of five (5). The equated label in PLBEQU.INC for this event is $CLOSE.
The program should handle this event by DEACTIVATING or DESTROYING the WINDOW.
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |