ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
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.
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 files found in the archive. the size of all files found in the archive before compression....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SocketConnect (Function)
Connects a client computer to a given socket.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
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.
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.