Click or drag to resize

AppWindow.StatusMessage Method (Typed)

X#
Display a message in an application window's status bar.

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

Parameters

oHL (Optional)
Type: Usual
The hyperlabel containing a description (HyperLabel:Description) for the status message or the status message as a string.
nType (Optional)
Type: Usual
The constant value indicating the type and priority of the message to be displayed on the status bar. The highest priority message (MESSAGEMENU) always takes precedence over and replaces lower priority messages. See table in the remarks section for more info.

Return Value

Type: Usual
NIL
Remarks
ConstantDescription
MESSAGEMENUPriority 4 (Highest priority): A message associated with a menu selection.
MESSAGEERRORPriority 3: An error message.
MESSAGECONTROLPriority 2: A message associated with a control.
MESSAGEPERMANENT Priority 1 (Lowest priority): The default message displayed on the status bar; stored whenever a higher priority message takes precedence and redisplayed when no other messages take priority. This is the default.
See Also