ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Creating user accounts
A User account allows the server administrator to......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Variable scope
Variables can be declared anywhere in the code....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Events associated with Combo Box controls
List of events associated with Combo Box controls...
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Handling Spreadsheet controls programmatically (in a report)
4. UI: Windows
IU of windows...
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
GanttListLink (Function)
Lists the links found in a Gantt Chart column found in a Table (or TreeView Table) control.
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
How to use an array of structures?
An array of structures is an Array variable......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......