ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Local Storage 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
LocalStorageAvailable (Function)
In french: StockageLocalDisponible
Indicates whether the local storage is available or not for the current browser.
Example
IF LocalStorageAvailable() = False THEN
Info("Your browser does not support the browser contexts")
END
Syntax
<Result> = LocalStorageAvailable()
<Result>: Boolean
  • True if the local storage is available,
  • False otherwise.
Component: WDJS.DLL
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help