Paint Event
PLBCMP GUI Only
The Paint event occurs when a portion or all of a WINDOW has been erased by another WINDOW and needs redrawing. Use the Paint event to perform special processing when the form is redrawn.
Note the following:
The Paint event is referenced using an event value of sixteen (16). The equated label in PLBEQU.INC for this event is $PAINT.
This event allows the program to re-paint any custom controls.
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |