AppWindow.WarningMessage Method | |
Display a message in an warning box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD WarningMessage(
aPlace1,
aPlace2
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual WarningMessage(
Usual aPlace1 = default,
Usual aPlace2 = default
)
Request Example
View SourceParameters
- 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:
UsualThe return value of the WarningBox:Show() call
See Also