ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
iPrintReport (Function)
Prints a report created with the report editor.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Example for creating a select query
This help page explains how to create two select queries......
grCreate (Function)
Creates a specific type of chart.
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Various WEBDEV constants
Various WEBDEV constants...
Sensor constants
Constants used by the SensorXXX functions...
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
BurnerEject (Function)
Opens or closes the door of current burner.
XMLDocument (Example)
Usage example of the XMLDocument function
dArc (Example)
Usage example of the dArc function
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
12. Available tests
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......