ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DriveCreateFile (Function)
Creates a file on the remote drive.
<Diagram Editor>.Save (Function)
Saves a diagram as a "diag" file.
fAttribute (Function)
Returns or modifies the attributes of a file.
PaletteLoad (Function)
Loads a palette from a .wdpalette file.
HLogRestart (Function)
Restarts the logging process on a file.
HDescribeItem (Function)
Describes a file item programmatically.
EmailLoadAttachment (Function)
Adds an attached file to an email.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
<DiskFile variable>.OpenTempFile (Function)
Creates and opens a temporary file.
<Palette variable>.Load (Function)
Loads a palette from a .wdpalette file.
<Source>.LogStop (Function)
Stops the log process of a file.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
15. Creating the executable in practice
Creating the executable in practice...
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
ERR_LAUNCH_FAILED
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
<ftpConnection variable>.Get (Function)
Transfers a file or directory from an FTP server (File Transfer Protocol) to the current computer. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<ftpConnection variable>.Name (Function)
Returns the name of the last file accessed by an FTP function (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......