ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Error (Function)
Displays a custom error message in a system error window.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
SNMP constants
List of constants used by the SNMP functions....
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
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.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Creating the executable and the setup program
The languages supported by the application are taken into account......
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).