ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Private Store for mobile applications
There are two methods two deploy your applications......
Print modes of a report
Several print modes are available for a report....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
The Organizer control
The Organizer control is used to display and handle organizers......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Generating an application for Universal Windows 10 App
Compatibility between external components and deployed applications
A component can evolve in many ways......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......