ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
grDeleteAll (Function)
Erases a chart and destroys this chart.
<Chart>.DeleteAll (Function)
Erases a chart and destroys this chart.
httpRequest (Variable type)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
ERR_BUTTON_EXPECTED
<Connection variable>.CopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
httpResponse (Variable type)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control. As of version 2025 Update 2, this function is no longer available. The management of map styles has been modified by Google. It is now necessary to define map styles in the Google platform and then use the MapIDGgl function to manage map styles....