ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
<Source>.HistoryModification (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.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
23. Print modes
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Specific features of the applications for iPhone/iPad
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
How to create and handle a structure?
This help page explains how to create and handle a structure....
SNMPOIDAccess (Function)
Returns the authorized access modes of a specific OID.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
2. User-friendly editors in practice