ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
Upload functions (prefix syntax)
The following functions are used to manage uploads (prefix syntax):...
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<Source>.Declare (Function)
Declares a description of data file (found in an analysis) in the current project.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Check: Computer connectivity (PING request)
The monitoring robot will perform a ping on the specified IP address......
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
<Pivot table>.Filter (Function)
Enables or disables a filter on a Pivot Table control.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Hyper File functions available for backward compatibility
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Looper control based on a data file
This type of Looper control uses data from a data file or query......