ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
ServiceWait (Function)
Pauses the current service during the specified duration.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Animation (Property)
The Animation property animates an image.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Events associated with ListView controls
List of events associated with ListView controls...
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min