Load Event
PLBCMP GUI Only
The Load event occurs when a FORMLOAD statement is executed to load a WINDOW. Use the Load event to perform special processing when each time the form is loaded.
Note the following:
The Load event is referenced using an event value of zero (0). The equated label in PLBEQU.INC for this event is $LOAD.
When a FORMLOAD statement is executed and code for a Load event is present in the form file, a CALL statement to the code is performed when the FORMLOAD statement is complete.
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |