ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
Hasp constants
The Hasp constants are as follows......
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Supercontrol
A supercontrol is an advanced type of control......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
How to find out whether a report was printed?
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
Iconize (Function)
Minimizes a WINDEV window.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
URL (Property)
The URL property is used to get and change a URL.
Compile (Example)
Usage example of the Compile function
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Error 3: The string has no final "
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
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....
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.