AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Google
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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.
Remark: This function is optional.
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:
gglServiceCalendar"Google Calendar" service: Google calendar
gglServiceContacts"Google Contacts" service: Management of Google contacts
gglServiceDocuments"Google Documents List" service: Management of documents
gglServicePicasa"Picasa" service

If this parameter is not specified, all the services will be disconnected.
Component: wd290ggl.dll
Versión mínima requerida
  • Versión 20
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local