ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the project editor
The main elements of the project editor are as follows:
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Programming the table cells
The Table controls can be handled......
Twain constants
List of constants used by the Twain functions....
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
Environment of the report editor
Environment of the report editor...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Customizing the report viewer: Available windows
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
iPageHeight (Example)
Usage example of the iPageHeight function