Move Event


PLBCMP GUI Only

square.png Objects

 

The Move event occurs when an object is relocated to a new location.

Note the following:

  1. The Move event is referenced using an event value of twelve (12). The equated label in PLBEQU.INC for this event is $MOVE.

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

  3. The Event Result contains the new left position times 10,000 plus the new top position.

  4. For a WINDOW object, the event modifier identifies whether a window is maximized or minimized. The possible values are:

  5.  

    Value

    The Window is ...

    0x1

    maximized.

    0x2

    minimized.

 

 

 

See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions

 



PL/B Language Reference MouseWheel Event ObjMove Event