ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Erase patches
To quickly modify the operating mode of an application, you can use application patches......
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Binding controls to data
A window or page can display information from......
ERR_BAD_FILE
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......