ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
iPrintImage (Function)
Sends the image file to print to the print buffer.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
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....
fSize (Function)
Returns the size of a file (in bytes).
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
XMLPath (Function)
Returns the current position in the document in XPATH format.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
MatFloatAdd (Function)
Adds a value to each matrix element.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.