SETSTATUSBAR

Enable or disable the status bar.

Syntax

SETSTATUSBAR(value)

Arguments

value - Set to TRUE to enable the status bar.

Example

SETSTATUSBAR(TRUE)
//Enables the status bar

Last updated

Was this helpful?