App.SetDialogWindow Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetDialogWindow(
Usual hNewDialogWnd = default
)
Request Example
View SourceParameters
- 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:
UsualNIL
Remarks This handle gets set in the Activate() method and event handler of the DialogWindow class.
See Also