ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
NetRemoteMessageBox (Function)
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Events associated with List Box controls
List of events associated with List Box controls...