ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1009: The member of the class is private
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.
dArc (Example)
Usage example of the dArc function
Events associated with Image controls
List of events associated with Image controls...
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Count (Property)
The Count property returns the number of elements in a given set.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
WDTRAD options
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Error 1008: The member of the class is protected
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
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.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Events associated with List Box controls
List of events associated with List Box controls...
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.