Top > Lycia reference > Querix 4GL > Classes and Methods > ui classes and methods > ui.Window methods > ui.Window.message()
To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
This method is used with a variable of the WINDOW data type and displays a text to the reserved message line of the window associated with the variable.
This method accepts two arguments. The first argument is a quoted string or a variable of a character data type which is to be displayed to the message line. The attributes argument is a quoted string containing the standard display attributes of color and intensity, it is optional.
There may be more than one attribute in the character string, and they should be separated by commas. Here are the attributes you can use:
· Black, white, yellow, green, magenta, red, blue, cyan
· Underline, reverse, blink
· Normal, dim, bold
An example of the method call:
CALL win_var.Message("This is the message text")