ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<gglConnection variable>.ListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<fbSession variable>.GetUserInformation (Function)
Gets the Facebook information of the connected user.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<gglConnection variable>.UploadDocument (Function)
Uploads a document to the Google server.
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
<gglConnection variable>.ListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
<gglConnection variable>.ListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
<gglConnection variable>.ListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
<gglConnection variable>.GetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
<gglConnection variable>.GetDocument (Function)
Downloads a document from the Google Docs service.
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
<gglConnection variable>.FillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
<gglConnection variable>.Delete (Function)
Deletes data from the Google server.
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.