ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPConnect (Example)
Usage example of the FTPConnect function
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
SFDelete (Function)
Deletes records from a Salesforce database.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
iFont (Function)
Selects the default font.
XMLParent (Example)
Usage example of the XMLParent function
SFExecuteProcess (Function)
Requests the execution of a specific process.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Constants for managing Map controls
Constants for managing Map controls...
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.Close (Function)
Closes an archive.
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.Create (Function)
Creates an archive.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Using several libraries in an application
A library is a WDL file that contains all the resources......