Click or drag to resize

ErrorBox Constructor

X#
Construct an error message box.

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

Parameters

uParent (Optional)
Type: Usual
The window that owns the error box. If no owner is specified, the error box is application modal (i.e., the application is suspended until the user acknowledges the error box).
uText (Optional)
Type: Usual
The description to be displayed in the error box. If no text is specified, the system-defined 'Error!' error message text is used.
See Also