ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
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
SaaSDisconnect (Function)
In french: SaaSDéconnecte
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
New in version 2024
WINDEVWindows This function is now available for WINDEV applications in Windows.
Example
IF SaaSConnect("login", "password") = True THEN
IF SaaSDisconnect() = True THEN
Info("Disconnection successful")
END
END
Syntax
<Result> = SaaSDisconnect()
<Result>: Boolean
  • True if the disconnection was performed,
  • False otherwise. If SaaSDisconnect is used several times (without reconnection via SaaSConnect), <Result> is also set to False.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/23/2023

Send a report | Local help