Programming with Reflection

image\rwnprg32.gif StatusLineText property

 

Syntax

object.StatusLineText
object.StatusLineText = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the current status line text. When this property is set to an empty string (""), the text display in the status line shows the current terminal emulation and connection status. (This is the default.) When this property is set to any other value, that text is shown in the status line. If you want the status line to be updated dynamically, you can change the value of this property in response to predefined events either programmatically (see example) or using the Events Setup dialog box.

Values

The default value is "".

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property