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 awSendAndGetInfo.
Example
INTERNAL PROCEDURE GetData(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 <Procedure Name>(<Information>): Buffer
...
RESULT <Answer>

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