Click or drag to resize

Window.Move Method

X#
Provide a method that is invoked when the window is moved (either by the user or by the application).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Move(
	oMoveEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oMoveEvent (Optional)
Type: Usual
The MoveEvent object that describes the window movement.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also