ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Warning (Function)
Displays a custom message in a system warning window.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Creating the Table pages of the WEBDEV RAD pattern
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Progress Bar control properties
List of properties associated with the Progress Bar control...
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fAttribute (Function)
Returns or modifies the attributes of a file.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
mongoOperationReplaceOne (Type of variable)
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.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Events associated with a Gantt Chart column