AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones Apple Watch
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.
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local