ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Label report
The report editor allows you to create "Label" reports......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
ArraySort (Function)
Sorts a WLanguage array.