ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Report controls
Several types of controls can be handled in a report created by the report editor......
How to save and retrieve an image in a binary memo
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
7. Creating HFSQL tables: Physical files
The data model editor allows you to define the structure of the tables....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Materialized view
...A materialized view is a physical data source defined by an SQL query....