ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring 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...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client...
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
zipDeleteFile (Function)
Deletes a file from an archive.
SOAPRun (Function)
Runs a procedure on a SOAP server.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipOpen (Function)
Opens an existing archive.
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...
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.