ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
EventOpen (Function)
Opens a synchronization event between several threads.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
ModbusDisconnect (Function)
Closes the Modbus session.
HugeFile (Property)
The HugeFile property sets the maximum possible size of a table.
<mongoGridFS variable>.GetFileInfo (Function)
Used to get information about a MongoDB file (gridFS).
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
CurrentMonth (Function)
Returns the number of the current month.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
EventClose (Function)
Closes a synchronization event between several threads.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
StringToJSON (Function)
Converts a JSON string into a JSON variable.