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 awSendAndGetInfo.
Example
INTERNAL PROCEDURE RecoitData(b is Buffer): Buffer
	Info(b)
	RESULT "return"
END 

awProcedureGetAndSendInfo(GetData)
Syntax
awProcedureGetAndSendInfo(<WLanguage procedure>)
<WLanguage procedure>: Procedure name
Name of the WLanguage procedure ("callback") called when receiving information from awSendAndGetInfo.
This procedure has the following format:
PROCEDURE <Nom de la procédure>(<Information>): Buffer
...
RETURN <Answer>

where <Information> and <Answer> are Buffer variables.
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