ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipDeleteAll (Function)
Deletes all files from an archive.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Execute (Function)
Starts the execution of a process through programming.
Creating a flexible modeling
To create a new flexible modeling, you can......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
6. Internal window
Internal windows...
SQLModify (Function)
Modifies the content of a row in the query result.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Calling a procedure/a function
Syntax for calling a local or global procedure.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min