Click or drag to resize

StatusBar.SetText Method

X#
Set text for a status bar item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetText(
	cText,
	symItemName
) AS USUAL CLIPPER
Request Example View Source

Parameters

cText (Optional)
Type: Usual
The text to set.
symItemName (Optional)
Type: Usual
The name of the status bar item.

Return Value

Type: Usual
See Also