ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Open (Function)
Opens a data file.
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.
<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....
DDEUpdate (Function)
Modifies a linked data.
DateToInteger (Function)
Converts a date to an integer.
HOpen (Function)
Opens a data file.
grAddData (Function)
Adds a data into a chart.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
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)......
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....
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 "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
How to save and retrieve an image in a binary memo
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......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......