ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Global and local variable
Two types of variables are available......
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....
MatFloatAdd (Function)
Adds a value to each matrix element.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
StatMin (Function)
Calculates the minimum value for a series of values.
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....
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......
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......