ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
3. Project dashboard
Project dashboard...
3. Project dashboard
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Error 809: The * character cannot be used as mandatory parameter in a function
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
Creating a Pivot Table control
To create a Pivot Table control......
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Combo Box>.Open (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......