ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants used for managing the multi-touch
Constants for managing the multi-touch...
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
DateDifference (Function)
Calculates the number of days between two dates.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
Sum (Function)
Calculates the sum of the array elements.
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
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.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
Programming an indexed control
Guided tour management constants
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.