ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
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).
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
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]....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
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, ...).
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Manipulating a Layout control programmatically
A Layout control can be......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Arithmetic operators
The arithmetic operators are......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Truncate (Function)
Truncates the right part of a string or buffer.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.