Topic: APLX Help : System Classes : Callbacks : onMove
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'onMove' callback


Event number: 11
Generated for: Form, Window, Document, Dialog

The onMove callback is invoked when the user moves a window. The event-specific parameters in ⎕EV are (in index origin 1):

        ⎕EV[6]        New top position
        ⎕EV[7]        New left position

Topic: APLX Help : System Classes : Callbacks : onMove
[ Previous | Next | Contents | Index | APL Home ]