Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixteenApplication (continued)

StatusBarGetMessage Function

Overview

The StatusBarGetMessage function retrieves the current status message and color.

Syntax/Parameters

Syntax

string = StatusBarGetMessage ( [int side] );

Parameters

side

An optional int specifying the left or right status message. The default is FRAME_SB_LEFT (0). To retrieve the right message, specify FRAME_SB_RIGHT (1).

Return Value

A string containing the text of the status bar. The last error buffer will contain the color of the message. this message does not return an error.

Remarks

The status bar is only supported on implementations with a frame window.

Related Functions:

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE