Move Event
PLBCMP GUI Only
The Move event occurs when an object is relocated to a new location.
Note the following:
The Move event is referenced using an event value of twelve (12). The equated label in PLBEQU.INC for this event is $MOVE.
If the object is a WINDOW, this event occurs when the WINDOW is moved to a new location. Otherwise, this event occurs when an object in Drag mode is moved by the user.
The Event Result contains the new left position times 10,000 plus the new top position.
For a WINDOW object, the event modifier identifies whether a window is maximized or minimized. The possible values are:
|
Value |
The Window is ... |
|
0x1 |
maximized. |
|
0x2 |
minimized. |
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |