Click or drag to resize

App.SetMdiClientWindow Method

X#
This method sets the handle to the MDI Clientwindow on the active ShellWindow.

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

Parameters

hNewMdiClientWnd (Optional)
Type: Usual
The handle for the MDI Clientwindow.

Return Value

Type: Usual
NIL
Remarks
This handle gets set in the constructor of the ShellWindow.
See Also