ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
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.
Local procedure
Two types of procedures are available...
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.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
zipDeleteAll (Function)
Deletes all files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed...
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ...
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SocketConnect (Function)
Connects a client computer to a given socket.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
SocketCreate (Function)
Creates a socket.
SocketWrite (Function)
Writes a message intended to another socket.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketExist (Function)
Checks the existence of socket.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketRead (Function)
Retrieves a message sent by another socket.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
SOAP functions
List of SOAP functions...
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
FaxConnect (Function)
Establishes a connection to a fax server.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).