ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Managing space characters in the searches?
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
Time management help
Time management is extremely important......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
12. Preventing from going back to a page
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
ERR_DISCONNECTED_EXEC
The "Analysis" pane
The "Analysis" pane lists......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Information 37: Optimize your FOR loop
Android: The different types of notifications
Android proposes several types of notifications to inform the user......