ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
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