ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
2. Examples and components provided with WEBDEV
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.
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.
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.
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.
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.
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
<Chart>.SourceCategoryLabel (Function)
Defines the source of the category labels.
<Popup>.Animate (Function)
Displays a popup in a page cell.
PopupAnimate (Function)
Displays a popup in a page cell.
CursorDisplay (Function)
Displays or hides the mouse cursor.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HOut (Example)
Usage example of the HOut function
sEvent (Function)
Branches an event on a serial port.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<EmailOutlookSession variable>.Update (Function)
Updates the messages of MS Exchange according to the email server.
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
Page templates
WEBDEV allows you to create page templates......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).