Skip to content

SET_STATUS ​

SET_STATUS sets the text of the application window's status bar.

Syntax ​

leo-grammar
CC "Application" SET_STATUS strValue
CC "Application" SET_STATUS strValue

Parameters ​

  • <main-parameter> (strValue) - contains the status to be set

Returns ​

none

Details ​

See Also ​

Examples ​

asc
CC "Application" SET_STATUS "Please wait..."
# ... (do something)
CC "Application" SET_STATUS ""  # clear status bar text
CC "Application" SET_STATUS "Please wait..."
# ... (do something)
CC "Application" SET_STATUS ""  # clear status bar text

Versions and Changes ​

Available since ADOxx 1.3