Click or drag to resize

ModelessDialog Constructor

X#
Create a modeless dialog box.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the modeless dialog box.
xResourceID (Optional)
Type: Usual
The resource ID of the modeless dialog box.
See Also