Click or drag to resize

InfoBox Constructor

X#
Construct an information message box.

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

Parameters

uParent (Optional)
Type: Usual
The window that owns the information box. If omitted, the default owner is the Windows desktop.
uCaption (Optional)
Type: Usual
The caption text to be displayed in the title bar of the information box. If omitted, the default is 'Info Box'.
uText (Optional)
Type: Usual
The informational text to be printed in the information box when it is shown or the hyperlabel containing a caption and description for the information box. If omitted, the default is NULL_STRING.
See Also