ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

mongoOperationReplaceOne (Variable type)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
ContactSource (Variable type)
The type ContactSource type is used to define all the advanced characteristics of a contact source (or account) (e.g. Google, Exchange, Facebook).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
NFCWriteTag (Function)
Starts writing data to an NFC tag.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
websocketClient (Variable type)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
fMemExist (Function)
Checks the existence of a shared memory area.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
DoubleClick (Property)
The DoubleClick property gets and sets the name of the Button control that will be executed when a control is double-clicked.
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
SysEncrypt (Function)
Encrypts data using Windows user credentials. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
rssCloud (Variable type)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS feed...
How to use an array of structures?
An array of structures is an Array variable......
Events associated with Static controls
List of events associated with Static controls...
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
iPrintBlock (Function)
Forces a report block to print.
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
ProgressBarEnable (Example)
Usage example of the ProgressBarEnable function