ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
iPreview (Function)
Configures the print destination.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Creating nested reports
Code snippets
The code editor allows you to enter "Code snippets"......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
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.
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Error 101: Declaration of global variable not allowed
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
Error 102: The constants can be defined in the initialization code of project, ...
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.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.