ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
18. Order of execution of the code of buttons/links
13. Security benefit: managing the "Back" button
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
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......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Events associated with the Pivot Table control
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....