ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
9. Internal component
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
WDInst: handling the files to install
By default, the files to install are......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Label report
The report editor allows you to create "Label" reports......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
<xmlNode variable>.FindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
<Organizer>.TimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
<Scheduler>.TimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
Setup mode
Several methods can be used to distribute a WINDEV application......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......