Click or drag to resize

EditWindow Constructor

X#
Create an edit window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the edit window.
xID (Optional)
Type: Usual
The ID of the edit window.
oPoint (Optional)
Type: Usual
The origin of the edit window in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the edit window in canvas coordinates.
See Also