ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
The HTML control
The HTML control displays HTML pages or HTML code......
Page Footer block
The Page footer block is run at the end of each page......
End of break block
The End of break block is optional......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
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.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
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).
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)....
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).
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
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, ......