Click or drag to resize

App.SetDialogWindow Method

X#
This method sets the handle active Dialog window for which Dialog keys must be handled

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

Parameters

hNewDialogWnd (Optional)
Type: Usual
The handle for active Dialog window. Please note that the surface of a DataWindow is also a DialogWindow.

Return Value

Type: Usual
NIL
Remarks
This handle gets set in the Activate() method and event handler of the DialogWindow class.
See Also