Click or drag to resize

ModelessDialog Constructor (Typed)

X#
Create a modeless dialog box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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