ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
<Command variable>.IsRunning (Function)
Indicates whether the executable associated with a command is currently running. Note: This function is only available from version 2025 Update 1....
<Pivot Table>.InfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
ScanList (Function)
Lists the scanners connected to the current computer.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a table. define whether the GDPR should apply to an item (in the item description in the code only)....
<Word Processing>.Select (Function)
Selects a fragment in a Word Processing control.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
VibrationTrigger (Function)
Triggers the vibrations of the device.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
NotifDeleteCategory (Function)
Deletes a notification category from the application.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
GPSGetPosition (Function)
Retrieves information about the current device position.
HDescribeConnection (Function)
Describes a new connection to an external database.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
DateToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.