ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Events associated with a Spreadsheet control
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Creating the Vision pages of the WEBDEV RAD pattern
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
8. "Mobile friendly" site: Dynamic serving
Report and project
In most cases, a report is linked to a project......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
zipSelectFile (Function)
Selects files from an archive.
Creating the Table windows of the WINDEV RAD pattern
5. User Groupware in practice
Creating the Relation pages of a WEBDEV RAD pattern
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Using a query with parameters
A query with parameters can be used......