ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Dialog Box functions
  • Characteristics of the message
  • Generated error
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Displays or removes a message from the status bar of the current window or browser.
Remark: The window or the browser window must have a status bar.
Example
Message("Processing...")
MyProcess() // Procedure used to perform the requested process
Message("Ready")
Syntax

Displaying or erasing a message in the status bar Hide the details

Message([<Text>])
<Text>: Optional character string
Text to display (up to 127 characters).
If this parameter is not specified, the message previously displayed in the status bar is erased.

Remarks

Characteristics of the message

The message is aligned to the left.
The text displayed in the status bar or in the first cell of a multi-cell status bar is automatically erased when the user selects a control associated with a help message: the help message of this control will be displayed in the status bar.

Generated error

A WLanguage error occurs if Message is called from a process of the "Project code" (initialization of the project, closing the project or closing a session).
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Video Message
https://youtu.be/3MIt-pf1UJQ

https://windevdesenvolvimento.blogspot.com/2019/01/dicas-1991-windev-comandos-32.html
amarildo
23 Jan. 2019
Exemplo Message
Exemplo Message
message("Processando")
//processos
message("")

//Blog com Video e exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/07/curso-windev-funcoes-dialogo-3-message.html
https://www.youtube.com/watch?v=dK9cF0OfPQk
De matos AMARILDO
11 Jul. 2016

Last update: 06/21/2023

Send a report | Local help