ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
WinCopyForm (Function)
Copies the content of a form into the clipboard.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
Restore (Function)
Displays a WINDEV window to its initial size.
Maximize (Function)
Displays a WINDEV window in its maximum size.
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......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
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?
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.
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.
URL (Property)
The URL property is used to get and change a URL.
Compile (Example)
Usage example of the Compile function
9. Sharing a project in practice
Sharing a project in practice...
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Constants used by the functions for managing Dockable Panel controls