ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
HTTPRequest (Example)
Usage example of the HTTPRequest function
WithSpace (Example)
Usage example of the WithSpace function
HForward (Example)
Usage example of the HForward function
HChangeKey (Example)
Usage example of the HChangeKey function
HChangeConnection (Example)
Usage example of the HChangeConnection function
HChangeName (Example)
Usage example of the HChangeName function
HDeclare (Example)
Usage example of the HDeclare function
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
tapiListen (Example)
Usage example of the tapiListen function
NetSendFile (Example)
Usage example of the NetSendFile function
NetSendMessage (Example)
Usage example of the NetSendMessage function
NetClientSendMessage (Example)
Usage example of the NetClientSendMessage function
EmailReadNext (Example)
Usage example of the EmailReadNext function
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
zipAddFile (Example)
Usage example of the zipAddFile function
zipSplit (Example)
Usage example of the zipSplit function
zipInfoFile (Example)
Usage example of the zipInfoFile function
zipMsgError (Example)
Usage example of the zipMsgError function
zipOpen (Example)
Usage example of the zipOpen function
zipMerge (Example)
Usage example of the zipMerge function
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
zipFileSize (Example)
Usage example of the zipFileSize function
SocketCreate (Example)
Usage example of the SocketCreate function