ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
grLegend (Function)
Indicates the presence and position of legend in a chart.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
grColor (Function)
Returns and initializes the color of different chart elements.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Min (Function)
Returns the lowest value.
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
Debugging functions
List of debugging functions...
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Execute (Function)
Starts the execution of a process through programming.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
MovementTask (Property)
The MovementTask property allows you to know and modify the way users move tasks in a Gantt Chart column.
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.