ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone 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
iOSApplicationOpenURLProcedure (Function)
In french: iOSApplicationOpenURLProcédure
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
Example
iOSApplicationOpenURLProcédure(DisplayURL)
 
INTERNAL PROCÉDURE DisplayURL(uURL is URI)
IF WinStatus(WIN_NoName1) <> NotFound THEN
WIN_NoName1.STC_Result = uURL
END
END
Syntax
iOSApplicationOpenURLProcedure(<WLanguage procedure>)
<WLanguage procedure>: Procedure name
Name of the WLanguage procedure ("callback") called when the application needs to open a resource identified by a URL. For more details on this procedure, see Parameters of the procedure used by iOSApplicationOpenURLProcedure.
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 01/12/2023

Send a report | Local help