Click or drag to resize

AppWindow.WarningMessage Method (Typed)

X#
Display a message in an warning box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD WarningMessage(
	aPlace1,
	aPlace2
) AS USUAL CLIPPER
Request Example View Source

Parameters

aPlace1 (Optional)
Type: Usual
The hyperlabel containing the caption and description (HyperLabel:Caption and HyperLabel:Description) for the warning box, or the caption to be displayed in the warning box.
aPlace2 (Optional)
Type: Usual
The description to be displayed in the warning box.

Return Value

Type: Usual
The return value of the WarningBox:Show() call
See Also