ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / iCloud 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
Checks if there is a key in an Apple iCloud-based container of key-value pairs.
Example
IF iCloudKeyValueWrite("ArticlePerPage") = False THEN
iCloudKeyValueWrite("ArticlePerPage", 10)
END
Syntax
<Result> = iCloudKeyValueExist(<Key>)
<Result>: Boolean
  • True if there is a key,
  • False otherwise.
<Key>: Character string
Name of the key used.
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 12/09/2022

Send a report | Local help