ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Apple Watch 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
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 initialization code of the project in order for the procedure to be accessible as soon as the application is started.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help