ErrorBox Constructor (Typed) | |
Construct an error message box.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uParent,
uText
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ErrorBox(
Usual uParent = default,
Usual uText = default
)
Request Example
View SourceParameters
- 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