ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Factorial (Function)
Returns the factorial of an integer number.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
Sum (Function)
Calculates the sum of the array elements.
<Array>.Sum (Function)
Calculates the sum of the array elements.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
grHistoTypeBar (Function)
Defines the type of bar to be used in a histogram plot.
<Graphe>.HistoTypeBarre (Function)
Defines the type of bar to be used in a histogram plot.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Binary values management functions
List of functions for managing binary values...
IsOdd (Function)
Identifies an odd number.
IsEven (Function)
Identifies an even number.
Root (Function)
Returns the root of a number.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Enqueue (Function)
Adds an element to the queue.
ThreadPause (Function)
Pauses the current thread during the specified duration.
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....
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.