ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report blocks
A printed report includes several sections......
2. WEBDEV administrator in practice
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Accessing a database via a web service
The database can be accessed via a web service......
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
<Source>.ImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
ERR_BAD_CONTEXT
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
HDescribeFile (Function)
Describes a data file programmatically.