ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Google functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Note: This function is not mandatory.
Example
Cnt is gglConnection
// ...
// use the Google connection
// ...
GglDisconnect(Cnt)
Syntax
GglDisconnect(<Connection> [, <Google service>])
<Connection>: gglConnection variable
Name of the gglConnection variable corresponding to the connection to handle.
<Google service>: Integer constant (or combination of constants)
Google service to disconnect:
gglServiceCalendarService "Google Calendar Agenda": Google Agenda
gglServiceContactsService "Google Contacts": Google contacts management
gglServiceDocumentsGoogle Docs List service: Document management
gglServicePicasa"Picasa" service

If this parameter is not specified, all the services will be disconnected.
Component: wd300ggl.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/04/2024

Send a report | Local help