Click or drag to resize

DragDropServer Constructor

X#
Construct a drag-and-drop server.
Important! Normally, this method should not be called in your application code. Instead use Window:EnableDragDropServer(TRUE) to make the window a drag-and-drop server.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns this drag-and-drop server.
Remarks
Once defined as a server, the GUI recognizes it as a possible source of drag-and-drop operations.
See Also