ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Apple Watch functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
Example
INTERNAL PROCEDURE GetData(b is Buffer)
Info(b)
END
 
awProcedureGetInfo(GetData)
Syntax
awProcedureGetInfo(<WLanguage procedure>)
<WLanguage procedure>: Procedure name
Name of the WLanguage procedure ("callback") called when receiving information from awSendInfo.
This procedure has the following format:
PROCEDURE <Procedure name>(<Response>)

where <Response> is a Buffer variable.
Remarks
Tip: Call this function in the project initialization code so that the procedure is accessible as soon as the application is started.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help