ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


New WINDEV Mobile 28 feature!
This content has been translated automatically.  Click here  to view the French version.
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
Procedure WLanguage called by the iOSApplicationOpenURLProcedure function
WLanguage procedure (also called "callback") called by the iOSApplicationOpenURLProcedure function when the application must open an Resource designated 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_Callback(<URL>)
<URL>: URI variable
Variable of type URI corresponding to the URL to launch.
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment