ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grAddData (Function)
Adds a data into a chart.
14. Report templates
...Report templates are used to easily standardize report layouts....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
grGetData (Function)
Retrieves a data from a chart.
<Chart>.AddData (Function)
Adds a data into a chart.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Source>.Open (Function)
Opens a data file.
DDEUpdate (Function)
Modifies a linked data.
DateToInteger (Function)
Converts a date to an integer.
HOpen (Function)
Opens a data file.
1. Project and analysis
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
The "Code hashtags" pane
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......