ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
Handling an internal component
An internal component is a set of elements from a project......
Internal component
An internal component is a set of elements from a project......
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.
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.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.