ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
DocUpdateFormula (Function)
Updates the formulas in a document.
MapModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
hbCell (Type of variable)
The hbCell type is used to define the advanced characteristics of the content of a cell (item value) in an HBase table.
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
Page (Property)
The Page property is used to handle a page.
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
TreeListItem (Example)
Usage example of the TreeListItem function