Click or drag to resize

Window.SetHandle Method

X#
This methdod allows to set or change the handle of the window. This is normally done right after the window is created.

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

Parameters

hNewWnd (Optional)
Type: Usual
The new window handle for the window.

Return Value

Type: Usual
The windows handle.
Remarks
DO NOT CHANGE THE WINDOW HANDLE IF YOU DON'T KNOW WHAT YOU ARE DOING !
See Also