ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants used by the functions for managing Tab controls
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
ThreadRequestStop (Function)
Sends a stop request to a thread.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Modbus functions
List of Modbus functions...
Composite chart
A composite chart is a chart that displays several types of charts......
gglCoordinate (Type of variable)
The gglCoordinate type is used to describe and handle a geographical point on a map...
zipCreateExe (Example)
Usage example of the zipCreateExe function
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Constants for managing the spell check
Constants used by the TraceStart function
List of constants used by the TraceStart function....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
IF statement
The conditional IF statement allows you to run an action according to a condition...