Click or drag to resize

Window.Origin Property

X#
The point representing the new location of this window, in the canvas coordinates of its owner.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Origin AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The point representing the new location of this window, in the canvas coordinates of its owner.
Examples
The following example sets the origin of a window object:
X#
1oWin:Origin := Point{nLeft,nBottom}
See Also