ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grRaised (Function)
Used to display a chart with raised effect.
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
EmailUpdate (Example)
Usage example of the EmailUpdate function
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
HTTPCreateForm (Function)
Creates an HTTP form.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
mongoCollection (Type of variable)
The mongoCollection type is used to define the advanced characteristics of a collection in a database of a MongoDB server.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
HSendMessageToClient (Function)
Displays a message on the client computers.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
New (Reserved word)
New is used to allocate memory space...
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.