ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-touch management functions
The following functions are used to manage the multi-touch......
Replication: The different types
The data replication is a powerful feature......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Speech recognition management functions
The following functions are used to manage speech recognition:...
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
SQLFirst (Function)
Positions on the first row of the query result.
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
What is an application?
An application is a set of objects (windows, controls, ......
Testing a project: setting
By testing the project you can simulate how the application will run......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
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....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
SysIconBadge (Function)
Returns or modifies the value displayed in the badge associated with the icon of an iOS or Universal Windows 10 App application.
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)