ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
<Connection variable>.DeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Error 30: An exception process cannot be declared inside another exception process...
Error 1037: This member already exists in the structure
gpwConnectUser (Function)
Connects a user to the User Groupware.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
Out (Property)
The Outside property is used to know if an email was read correctly on the server.