ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Defining clickable areas
In a page, an Image control can contain clickable areas......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
HCross (Function)
Crosses a record in a data file.
Info (Function)
Displays a custom message in a system information window.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Defining a help window template
WINDEV allows you to create help window templates......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Programming custom calculations in Table controls