ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Message (Property)
The Message property is used to:
  • Find out the help message associated with a control or with a menu option (in a window).
  • Modify the help message associated with a control or with a menu option (in a window).
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows...
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile...
Format of the content in the text file
The text files created by WDMSG use a specific format...
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project...
SendMessage (Function)
Sends a Windows message to a control or to a window.
Comparing the project messages
The comparison between source and target text helps you find translation errors...
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV...
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects...
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages...
Extracting the text of the project
The following text can be extracted...
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application...
PostMessage (Function)
Sends a Windows message to a control or to a window.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
SocketWrite (Function)
Writes a message intended to another socket.
Extracting messages added or modified since last extraction
A project was already created and translated...
SocketRead (Function)
Retrieves a message sent by another socket.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess...
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer...
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept...
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management...
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's...
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure...
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns...
<emailIMAPSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the messaging software using IMAP (Internet Message...
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
MandatoryInputMessage (Property)
The MandatoryInputMessage property is used to identify and set the message that will be displayed...
EmailAddFolder (Function)
... (Internet Message Access Protocol), ...).
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans...
1
2
3
4
5
6
28
>