ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Glossary
The glossary lists all the abbreviations used in the code editor......
Test of a query
The query editor allows you to run the test of query result......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Properties associated with a page
Events associated with pages
List of events associated with pages...
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Functions for managing the Combinations and Enumerations
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Warning 127: You are using a data source local to the process
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
7. Source Code Manager (SCM)
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....