ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1009: The member of the class is private
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Constant
The constants are language elements whose value is fixed once and for all...
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.
WDTRAD options
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Error 1008: The member of the class is protected
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
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.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
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......
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......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
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.