messageLine parameter

Use the messageLine parameter to set or query the visibility of the message line.

 

Availability

query command
set command
current parameter
default parameter
install parameter

 

Scope

messageLine is scoped to the current view.
current.messageLine is scoped to the current view.
default.messageLine is globally scoped.
install.messageLine is globally scoped.

 

Syntax

query messageLine
set messageLine [ default | on | off ]
query current.messageLine
query default.messageLine
set default.messageLine [ install | on | off ]
query install.messageLine 

 

Parameters

default If you specify the default parameter for the set messageLine command, the current view will use the value of default.messageLine to determine the visibility of the message line.
on If you specify the on parameter for the set messageLine command, the message line will be visible in the current view.  If you specify the on parameter for the set default.messageLine command, the message line will be visible for all views that have messageLine set to default.
off If you specify the off parameter for the set messageLine command, the message line will not be visible in the current view.  If you specify the off parameter for the set default.messageLine command, the message line will not be visible for all views that have messageLine set to default.
install If you specify the install parameter for the set default.messageLine command, all of the views that have messageLine set to default will use the value of install.messageLine to determine the visibility of the message line.

 

Examples

query messageLine
set messageLine off
query current.messageLine
query default.messageLine
set default.messageLine off
query install.messageLine 

Related references
query command
set command
current parameter
default parameter
install parameter
messageText parameter