ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
grLoadParameter (Function)
Restores the parameters used to draw a chart.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
SOAP constants
List of constants used by the SOAP functions....
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
HOpen (Function)
Opens a data file.
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
Replication: The different types
The data replication is a powerful feature......