ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Miscellaneous Windows constants
List of constants used by the Windows functions....
Test of a query
The query editor allows you to run the test of query result......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
gpwBiometricAuthentication (Function)
Enables biometric authentication for the connected user or retrieves the current status for the connected user.
Enumeration (Type of variable)
An enumeration is a set of values......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
MySelf (Reserved word)
MySelf is used to handle the current control...
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......