ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
WithRepetition (Property)
The WithRepetition property is used to determine if an appointment should be repeated.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.