ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
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
Message (External language)
In french: Message
Displays a message in the status bar.
Example
// In C
CALLWD("Message,Enter the requested information");
// In Pascal
CALLWD('Message,Enter the requested information');
// In VB
call CALLWD("Message,Enter the requested information")
Syntax
Message(<Message Content>)
<Message Content>: Character string
Message to display.
Remarks
The message remains displayed until the next message displayed in the bar.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help