ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Functions for handling List Box, ListView and Combo Box controls (prefix syntax)
List of functions for handling List Box, ListView and Combo Box controls (prefix syntax)...
Multimedia functions (prefix syntax)
List of Multimedia functions...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
4. Activating a dynamic WEBDEV site
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Classes, members, methods and properties
A class is made of......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....