ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
The Organizer control
The Organizer control is used to display and handle organizers......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Multi-touch management functions
The following functions are used to manage the multi-touch......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Structure of data files of user groupware
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
ExceptionInfo (Function)
Retrieves information about the current exception.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SemaphoreCreate (Function)
Creates a semaphore.
gpwOpen (Function)
Opens the User Groupware login window or page.
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
HLinkMemo (Example)
Usage example of the HLinkMemo function