ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Variable scope
Variables can be declared anywhere in the code....
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
MatFloatAdd (Function)
Adds a value to each matrix element.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Referring to an element in a WLanguage event / process
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
StatVarianceP (Function)
Calculates the variance for a full series of values.
FinNetCurrentVal (Function)
Returns the net current value of investment.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.